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