Pre Merge pull request !23 from Sacher/master

This commit is contained in:
Sacher 2021-02-28 17:21:09 +08:00 committed by Gitee
commit 7277eadb86
1 changed files with 8 additions and 0 deletions

View File

@ -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、部门表
-- ----------------------------