From 8a4115e8eabae8ff89f4c32611a1f81736970ae9 Mon Sep 17 00:00:00 2001 From: "190601564@qq.com" <190601564@qq.com> Date: Sun, 30 Jun 2019 11:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/sql/mall_user.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sql/mall_user.sql b/docs/sql/mall_user.sql index 59899ecd7..cdebac444 100644 --- a/docs/sql/mall_user.sql +++ b/docs/sql/mall_user.sql @@ -145,4 +145,6 @@ CREATE TABLE `user_sku_collections` ( PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户_商品_收藏记录表' ROW_FORMAT = Dynamic; + + SET FOREIGN_KEY_CHECKS = 1;