摘要: mysql 修改 添加 删除 表字段 添加表的字段 alter table 表名 add 字段名 字段的类型 例子: alter table table1 add transactor varchar(10) not Null; alter table table1 add id int unsig 阅读全文
posted @ 2019-04-11 11:41 Jervey 阅读(7222) 评论(0) 推荐(2)