🐛 fix: 修复sqlserver中sql脚本问题

This commit is contained in:
bytebytebrew
2023-07-05 12:31:31 +08:00
parent bd50596038
commit ab711047b4
2 changed files with 2 additions and 14 deletions

View File

@ -55,12 +55,6 @@ EXEC sys.sp_addextendedproperty
'TABLE', N'sys_social',
'COLUMN', N'id'
GO
EXEC sys.sp_addextendedproperty
'MS_Description', N'主键' ,
'SCHEMA', N'dbo',
'TABLE', N'sys_social',
'COLUMN', N'id'
GO
EXEC sys.sp_addextendedproperty
'MS_Description', N'用户ID' ,
'SCHEMA', N'dbo',
@ -265,7 +259,7 @@ EXEC sys.sp_addextendedproperty
'MS_Description', N'客户端id' ,
'SCHEMA', N'dbo',
'TABLE', N'sys_client',
'COLUMN', N'tenant_id'
'COLUMN', N'client_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'客户端key',