Files
laws-sinotruk-server/db/activiti表注释.sql
T
2023-09-25 18:06:41 +08:00

25 lines
1.7 KiB
SQL

alter table act_evt_log comment = '事件日志表';
alter table act_ge_bytearray comment = '二进制资源表';
alter table act_ge_property comment = '系统相关属性表';
alter table act_hi_actinst comment = '历史的流程实例表';
alter table act_hi_attachment comment = '历史的流程附件表';
alter table act_hi_comment comment = '历史审批意见表';
alter table act_hi_detail comment = '历史详情表';
alter table act_hi_identitylink comment = '历史的流程运行过程中用户关系表';
alter table act_hi_procinst comment = '历史的流程实例表';
alter table act_hi_taskinst comment = '历史的任务实例表';
alter table act_hi_varinst comment = '历史的流程运行中的变量信息表';
alter table act_procdef_info comment = '流程定义更新信息表';
alter table act_re_deployment comment = '流程部署表';
alter table act_re_model comment = '流程模型表';
alter table act_re_procdef comment = '已部署的流程定义表';
alter table act_ru_deadletter_job comment = '运行时死信作业表';
alter table act_ru_event_subscr comment = '运行时事件表';
alter table act_ru_execution comment = '运行时流程执行实例表';
alter table act_ru_identitylink comment = '运行时用户关系信息,存储任务节点与参与者的相关信息表';
-- alter table act_ru_integration comment = '运行时积分表';
alter table act_ru_job comment = '运行时作业表';
alter table act_ru_suspended_job comment = '运行时挂起的定时作业表';
alter table act_ru_task comment = '运行时任务表';
alter table act_ru_timer_job comment = '运行时定时作业表';
alter table act_ru_variable comment = '运行时变量表';