bwx

Results 1 comments of bwx

I my case: Table in sql: CREATE TABLE IF NOT EXISTS `AuthAssignment` ( `itemname` varchar(64) NOT NULL, `userid` varchar(64) NOT NULL, `bizrule` text, `data` text, PRIMARY KEY (`itemname`,`userid`) ) ENGINE=InnoDB...