mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-27 01:30:51 +00:00
chore(sql): 自动创建 novel_plus 数据库
This commit is contained in:
parent
5978d6cbcc
commit
98f1f804c3
@ -1,20 +1,7 @@
|
|||||||
/*
|
CREATE database if NOT EXISTS `novel_plus` default character set utf8mb4 collate utf8mb4_unicode_ci;
|
||||||
Navicat MySQL Data Transfer
|
use `novel_plus`;
|
||||||
|
|
||||||
Source Server : localhost
|
SET NAMES utf8mb4;
|
||||||
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;
|
|
||||||
|
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
-- Table structure for author
|
-- Table structure for author
|
||||||
|
Loading…
x
Reference in New Issue
Block a user