zss
22 小时以前 37d6a48e46a04b9b26bd6c423af85e2ddc9d1a7e
doc/create_table_process_route.sql
@@ -3,7 +3,7 @@
create table process_route
(
    id          bigint auto_increment primary key,
    product_id  bigint       not null default 0 comment '产品id',
    product_model_id  bigint       not null default 0 comment '产品id',
    description varchar(255) not null default '' comment '描述',
    tenant_id   bigint       not null comment '租户id',
    create_time datetime     null comment '录入时间',