--增加列alter table Table_1 add age int not null--给列增加注释execute sp_addextendedproperty 'MS_Description', '年龄','user', 'dbo', 'table', 'Table_1', 'column', 'age'