Pre Merge pull request !337 from songxi820/N/A

pull/337/MERGE
songxi820 2 years ago committed by Gitee
commit 9880fb9239
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -1,5 +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、部门表
-- ----------------------------

Loading…
Cancel
Save