2026-04-22 f5fec3e27510969ee9f2fc89d2e1e2868d25f1f1
doc/create_table_product_process.sql
@@ -1,5 +1,6 @@
# 工序
create table production_process
drop table if exists product_process;
create table product_process
(
    id          bigint auto_increment
        primary key,