MySQL 规定:varchar必须指定长度,否则报错:ERROR 1064 (42000)
只有一列时,primary key 直接写在这一列的后面; 没有定义主键时,提示错误:ERROR 1075 (42000): Incorrect table definition; there can be only one auto column and it must be defined as a key
posted on 2019-02-14 16:59 cag2050 阅读(112) 评论(0) 编辑 收藏 举报