摘要: 增加字段,并加注释:ALTER TABLE table_name ADD field_name field_type [not null|null|default value][comment '注释'];如:增加列时允许为 nullalter table test add price float(... 阅读全文
posted @ 2015-05-20 15:02 好记性还真不如烂笔头 阅读(657) 评论(0) 推荐(0)