From a6325edb97abc6e8758a0b635f3a278fafbacac8 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Wed, 9 Jun 2021 16:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/db/migration/mysql/V7.0.4_20210519_1500__init.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/db/migration/mysql/V7.0.4_20210519_1500__init.sql b/src/main/resources/db/migration/mysql/V7.0.4_20210519_1500__init.sql index 2d2a31d9..9ed7842d 100644 --- a/src/main/resources/db/migration/mysql/V7.0.4_20210519_1500__init.sql +++ b/src/main/resources/db/migration/mysql/V7.0.4_20210519_1500__init.sql @@ -1440,7 +1440,6 @@ INSERT INTO `sys_user_role` VALUES (1339554696976781379, 1339550467939639299, 13 -- ---------------------------- -- Table structure for toc_customer -- ---------------------------- -DROP TABLE IF EXISTS `toc_customer`; CREATE TABLE `toc_customer` ( `customer_id` bigint(20) NOT NULL COMMENT '主键id', `account` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '账号',