列定义———— 列定义的顺序不能随便写 例如:ID int not null unsigned default 10 我尝试过了,只有列名--数据类型——其他(只要列名、数据类型顺序不变,其他的顺序可以随便写),不知道这样是否正确呢?