This commit is contained in:
2026-03-10 17:48:54 +08:00
parent dcaf00d510
commit 64dc52bf92
2 changed files with 8 additions and 1 deletions
@@ -0,0 +1,7 @@
alter table Check_CheckControl add DataSource char(1) COLLATE Chinese_PRC_CI_AS NULL;
EXEC sp_addextendedproperty
'MS_Description', N'数据来源(1总包,0本单位)',
'SCHEMA', N'dbo',
'TABLE', N'Check_CheckControl',
'COLUMN', N'DataSource'
GO