From ca0565e53494417b3779759f8d3898e07bfd5929 Mon Sep 17 00:00:00 2001 From: liyong <18434998025@163.com> Date: 星期二, 20 一月 2026 14:09:16 +0800 Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/jtwy' into sqd-hb --- doc/create_table_product_process.sql | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/doc/create_table_product_process.sql b/doc/create_table_product_process.sql new file mode 100644 index 0000000..6242614 --- /dev/null +++ b/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' +); \ No newline at end of file -- Gitblit v1.9.3