From 98f1f804c3beae5846d508598df82b83bc0620ef Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Sun, 22 Oct 2023 19:07:32 +0800 Subject: [PATCH] =?UTF-8?q?chore(sql):=20=E8=87=AA=E5=8A=A8=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=20novel=5Fplus=20=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/sql/novel_plus.sql | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/doc/sql/novel_plus.sql b/doc/sql/novel_plus.sql index d44f0e4..31366e8 100644 --- a/doc/sql/novel_plus.sql +++ b/doc/sql/novel_plus.sql @@ -1,20 +1,7 @@ -/* -Navicat MySQL Data Transfer +CREATE database if NOT EXISTS `novel_plus` default character set utf8mb4 collate utf8mb4_unicode_ci; +use `novel_plus`; -Source Server : localhost -Source Server Version : 50725 -Source Host : localhost:3306 -Source Database : novel_plus - -Target Server Type : MYSQL -Target Server Version : 50725 -File Encoding : 65001 - -Date: 2020-05-18 13:59:04 -*/ - -SET -FOREIGN_KEY_CHECKS=0; +SET NAMES utf8mb4; -- ---------------------------- -- Table structure for author