mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 优化 sys_oss 表增加扩展字段 ext1
This commit is contained in:
@ -7,3 +7,12 @@ EXEC sp_addextendedproperty
|
||||
'TABLE', N'flow_node',
|
||||
'COLUMN', N'ext'
|
||||
GO
|
||||
|
||||
ALTER TABLE sys_oss ADD ext1 nvarchar(255) NULL;
|
||||
|
||||
EXEC sp_addextendedproperty
|
||||
'MS_Description', N'扩展属性',
|
||||
'SCHEMA', N'dbo',
|
||||
'TABLE', N'sys_oss',
|
||||
'COLUMN', N'ext1'
|
||||
GO
|
||||
|
Reference in New Issue
Block a user