CREATE TABLE 't'(
'id' INT(10) NOT NULL AUTO_INCREMENT,
'uid' VARCHAR(10) NOT NULL DEFAULT '0',
'regdate' DATE NOT NULL,
're' TEXT NULL,
PRIMARY kEY('id'),
)
 #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 ''t'( 'id' INT(10) NOT NULL AUTO_INCREMENT, 'uid' VARCHAR(10) NOT NULL DEFAULT ' at line 1
这是啥原因