#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=758' at line 8
CREATE TABLE IF NOT EXISTS `postback` (
`id` INT( 11 ) NOT NULL AUTO_INCREMENT ,
`username` VARCHAR( 255 ) COLLATE utf8_unicode_ci NOT NULL ,
`currency` VARCHAR( 255 ) COLLATE utf8_unicode_ci NOT NULL ,
`network` VARCHAR( 255 ) COLLATE utf8_unicode_ci NOT NULL ,
`date` TEXT COLLATE utf8_unicode_ci NOT NULL ,
PRIMARY KEY ( `id` ) ,
) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci AUTO_INCREMENT =758;