新增了PGS,如果新搭建程序请忽略 之前已搭建的则需要更新,请查看外部图片文件 -- PGS alter table usertable add is_pgs int default 0 ; EXEC sp_addextendedproperty 'MS_Description', N'是否启用pgs 0 关闭 1 启用', 'SCHEMA', N'dbo', 'TABLE', N'usertable', 'COLUMN', N'is_pgs';