疯狂的狮子Li
2024-05-27 94797a2d2b815fe7a4e8d884059a34e1d9bc74f3
script/sql/sqlserver/flowable.sql
@@ -221,6 +221,7 @@
        unique,
    process_key   nvarchar(255)  not null,
    version       bigint         not null,
    remark        nvarchar(500) DEFAULT ('') null,
    tenant_id     nvarchar(20),
    create_dept   bigint,
    create_by     bigint,
@@ -252,6 +253,10 @@
     'version'
go
exec sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', 'dbo', 'TABLE', 'wf_definition_config', 'COLUMN',
     'remark'
go
exec sp_addextendedproperty 'MS_Description', N'租户编号', 'SCHEMA', 'dbo', 'TABLE', 'wf_definition_config', 'COLUMN',
     'tenant_id'
go