alter table 表名add 列名 类型 是否为空 默认值alter table Testadd TestColumn nvarchar(50) not null defalut('')
alter table 表 add column 字段 字段类型