gssong
2024-04-06 eb03afef41dc6c57b9c6e0c6e64c384556092d95
script/sql/sqlserver/flowable.sql
@@ -339,6 +339,7 @@
    node_name     nvarchar(255) not null,
    node_id       nvarchar(255) not null,
    definition_id nvarchar(255) not null,
    apply_user_task  nchar default ('0')  null,
    tenant_id     nvarchar(20),
    create_dept   bigint,
    create_by     bigint,
@@ -374,6 +375,10 @@
     'definition_id'
go
exec sp_addextendedproperty 'MS_Description', N'是否为申请人节点 (0是 1否)', 'SCHEMA', 'dbo', 'TABLE', 'wf_node_config', 'COLUMN',
     'apply_user_task'
go
exec sp_addextendedproperty 'MS_Description', N'租户编号', 'SCHEMA', 'dbo', 'TABLE', 'wf_node_config', 'COLUMN',
     'tenant_id'
go