360 发表于 2016-10-9 20:42:34

数据库表中添加字段

alter table 表名 add 字段名 类型 default 0      (0为初始值)

例子   alter table aws_article add below mediumint(9) default 0
页: [1]
查看完整版本: 数据库表中添加字段