yejiao

修改字段类型

alter table 表名 alter column 列名 类型 not null

新增字段

alter table 表名 add 字段 类型 not null

分类:

技术点:

相关文章: