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

posted on 2022-04-25 13:39  小石头的一天  阅读(327)  评论(0)    收藏  举报