摘要:
//查看table show tables; //查看列 show columns from XXX; //复合主键转为唯一主键 alter table test change id id int(11) COMMENT '自增id';alter table test drop primary ke 阅读全文
posted @ 2017-06-02 17:55
养鱼
阅读(94)
评论(0)
推荐(0)
|
摘要:
//查看table show tables; //查看列 show columns from XXX; //复合主键转为唯一主键 alter table test change id id int(11) COMMENT '自增id';alter table test drop primary ke 阅读全文
posted @ 2017-06-02 17:55
养鱼
阅读(94)
评论(0)
推荐(0)
|