添加字段,设置为自增 alter table 表名 add 列名 int IDENTITY(1,1) NOT NULL 增加字段,设置默认值 alter table 表明 add 列名 type not null default 0 相关文章: 2021-07-08 2021-08-02 2021-12-26 2022-01-07 2021-11-30 2021-09-18 2022-02-23