代码拉取完成,页面将自动刷新
drop table if exists biz_apply_simple;
drop table if exists flow_user;
/*==============================================================*/
/* Table: biz_apply_simple */
/*==============================================================*/
create table biz_apply_simple
(
id varchar(32) not null comment '编号',
content text not null comment '内容',
status int not null comment '状态',
create_time datetime not null comment '创建时间',
create_user_id varchar(32) not null comment '创建人',
primary key (id)
);
alter table biz_apply_simple comment '简单流程业务数据表';
/*==============================================================*/
/* Table: flow_user */
/*==============================================================*/
create table flow_user
(
id varchar(32) not null comment '编码',
sys_no varchar(32) not null comment '来源系统',
user_id varchar(32) not null comment '用户编码',
name varchar(80) not null comment '姓名',
emp_code varchar(50) comment '员工编码',
create_time datetime not null comment '创建时间',
primary key (id)
);
alter table flow_user comment '流程用户表';
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。