mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
add 新增 请假表 申请编号字段sql
This commit is contained in:
@ -270,3 +270,12 @@ EXEC sp_addextendedproperty
|
||||
'TABLE', N'flow_instance_biz_ext',
|
||||
'COLUMN', N'business_id'
|
||||
GO
|
||||
|
||||
ALTER TABLE test_leave ADD apply_code nvarchar(50) NOT NULL;
|
||||
GO
|
||||
EXEC sp_addextendedproperty
|
||||
'MS_Description', N'申请编号',
|
||||
'SCHEMA', N'dbo',
|
||||
'TABLE', N'test_leave',
|
||||
'COLUMN', N'apply_code'
|
||||
GO
|
||||
|
Reference in New Issue
Block a user