From b33d14e2f3c56658f49866934b07ed714215ef55 Mon Sep 17 00:00:00 2001 From: sacher Date: Sun, 27 Sep 2020 15:48:33 +0800 Subject: [PATCH] =?UTF-8?q?sql=E6=96=B0=E5=A2=9E=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/ry_20200924.sql | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sql/ry_20200924.sql b/sql/ry_20200924.sql index 2011ea77..086b7933 100644 --- a/sql/ry_20200924.sql +++ b/sql/ry_20200924.sql @@ -1,3 +1,11 @@ +DROP DATABASE IF EXISTS `ry-cloud`; + +CREATE DATABASE `ry-cloud` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +USE `ry-cloud`; -- ---------------------------- -- 1、部门表 -- ----------------------------