标签:表名 span font rename drop uniq 字段名 png 修改表
alter table tab_name add ~
alter table employee drop A; 删除A列名
alter table employee modify age smallint unique;
first,after+字段名
rename table employee to emp; 修改表名
c;
标签:表名 span font rename drop uniq 字段名 png 修改表
原文地址:https://www.cnblogs.com/jintian/p/11123537.html