chenhj
7 小时以前 e7fec9ecae7757284d676f41b2fe1b32943c0f25
doc/create_table_product_structure.sql
@@ -1,5 +1,5 @@
# 产品结构
drop table if exists production_product_structure;
drop table if exists product_structure;
create table product_structure
(
    id                 bigint auto_increment