mysql 修改 添加 删除 表字段
摘要:
添加表的字段 alter table 表名 add 字段名 字段的类型 例子: alter table table1 add transactor varchar(10) not Null; alter table table1 add id int unsigned not Null auto_i 阅读全文
posted @ 2016-07-13 17:24 jiageng 阅读(38993) 评论(1) 推荐(2)
浙公网安备 33010602011771号