mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-27 12:11:56 +08:00
Compare commits
2 Commits
master
...
4d658e256e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d658e256e | ||
|
|
fcc1e6d16c |
@@ -1,3 +1,5 @@
|
||||
USE `ry-cloud`;
|
||||
|
||||
DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
|
||||
DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS;
|
||||
DROP TABLE IF EXISTS QRTZ_SCHEDULER_STATE;
|
||||
|
||||
@@ -1,4 +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、部门表
|
||||
|
||||
Reference in New Issue
Block a user