chore(sql): 自动创建 novel_plus 数据库

This commit is contained in:
xiongxiaoyang 2023-10-22 19:07:32 +08:00
parent 5978d6cbcc
commit 98f1f804c3

View File

@ -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