Mysql语句删除主键的自增

ALTER TABLE 表名
MODIFY COLUMN 字段名 int(2) NOT NULL FIRST ;

posted @ 2019-04-12 22:03  旺旺a  阅读(3466)  评论(0编辑  收藏  举报