liyong
5 天以前 84e526c6870d7d0e8c28c3268a417bcde052e5cb
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