SQL: CREATE TABLE IF NOT EXISTS [Table]caizhu_log_7ree(`id_7ree` MEDIUMINT( 8 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,`uid_7ree` MEDIUMINT( 8 ) UNSIGNED NOT NULL ,`inout_7ree` TINYINT( 1 ) UNSIGNED NOT NULL ,`sum_7ree` decimal(10,2) UNSIGNED NOT NULL ,`class_7ree` VARCHAR( 100 ) NOT NULL ,`hidden_7ree` TINYINT( 1 ) UNSIGNED NOT NULL ,`digest_7ree` TEXT NOT NULL ,`time_7ree` INT( 10 ) NOT NULL) ENGINE = MYISAM DEFAULT CHARSET=gbk; ENGINE=MYISAM DEFAULT CHARSET=gbk
Error: 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=gbk' at line 1
Errno.: 1064 |