doc/create_table_product_process.sql
对比新文件 @@ -0,0 +1,13 @@ # 宸ュ簭 drop table if exists product_process; create table product_process ( id bigint auto_increment primary key, create_time datetime null comment '褰曞叆鏃堕棿', update_time datetime null comment '鏇存柊鏃堕棿', name varchar(255) not null default '' comment '宸ヨ壓鍚嶇О', no varchar(255) not null default '' comment '宸ヨ壓缂栧彿', remark varchar(255) not null default '' comment '澶囨敞', tenant_id bigint not null default 0 comment '绉熸埛id' );