数据库报错——check the manual that corresponds to your MySQL server version for the right

1、check the manual that corresponds to your MySQL server version for the right syntax to use near ')

语法错误:  `turn` TINYINT(2) NULL DEFAULT NULL,

           PRIMARY KEY (`id`)

                   )COLLATE='utf8_general_ci'

第二行没有逗号。

你可能感兴趣的:(数据库报错——check the manual that corresponds to your MySQL server version for the right)