From cf5fde80d4289e5f633b69cc96c33391f3c76eb4 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Tue, 6 Apr 2021 14:06:55 +0800 Subject: [PATCH] =?UTF-8?q?nacos=E5=BB=BA=E8=A1=A8=E8=AF=AD=E5=8F=A5?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-boot/db/tables_nacos.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/jeecg-boot/db/tables_nacos.sql b/jeecg-boot/db/tables_nacos.sql index 1fb8f110..99d4a7a8 100644 --- a/jeecg-boot/db/tables_nacos.sql +++ b/jeecg-boot/db/tables_nacos.sql @@ -1,3 +1,6 @@ +DROP DATABASE IF EXISTS `nacos`; +create database `nacos` default character set utf8mb4 collate utf8mb4_general_ci; + /* Navicat Premium Data Transfer @@ -14,11 +17,9 @@ Date: 05/04/2021 18:27:15 */ -CREATE database if NOT EXISTS `nacos` default character set utf8mb4 collate utf8mb4_unicode_ci; -use `nacos`; SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; - +use `nacos`; -- ---------------------------- -- Table structure for config_info -- ---------------------------- -- GitLab