摘要: 创建表 mysql> create table test(name varchar(20) not null); mysql> alter table test add column id int auto_increment not null, add primary key(id); mysql 阅读全文
posted @ 2021-07-02 16:27 微宇宙 阅读(58) 评论(0) 推荐(0) 编辑