[MySQL] Add a new column to the table

alter table table_name add wages int(32) nou null;添加

alter table table_name modify c char(10);修改

alter table table_name drop i;删除

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324845829&siteId=291194637