养鱼

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年6月2日

摘要: //查看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)