mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
add 增加 5.0-5.1 升级sql
This commit is contained in:
9
script/sql/update/sqlserver/update_5.0-5.1.sql
Normal file
9
script/sql/update/sqlserver/update_5.0-5.1.sql
Normal file
@ -0,0 +1,9 @@
|
||||
ALTER TABLE gen_table ADD data_name nvarchar(200) DEFAULT '' NULL
|
||||
GO
|
||||
|
||||
EXEC sp_addextendedproperty
|
||||
'MS_Description', N'数据源名称',
|
||||
'SCHEMA', N'dbo',
|
||||
'TABLE', N'gen_table',
|
||||
'COLUMN', N'data_name'
|
||||
GO
|
Reference in New Issue
Block a user