From e7fec9ecae7757284d676f41b2fe1b32943c0f25 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期一, 22 十二月 2025 17:52:33 +0800
Subject: [PATCH] 数据表创建

---
 doc/create_table_product_structure.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/create_table_product_structure.sql b/doc/create_table_product_structure.sql
index 253548d..b91b3a1 100644
--- a/doc/create_table_product_structure.sql
+++ b/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

--
Gitblit v1.9.3