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