update sql/ry_20230706.sql.

Signed-off-by: songxi820 <483638901@qq.com>
pull/337/head
songxi820 2 years ago committed by Gitee
parent b18eced03d
commit 57795304f2
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 NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
USE `ry-cloud`;
-- ---------------------------- -- ----------------------------
-- 1、部门表 -- 1、部门表
-- ---------------------------- -- ----------------------------

Loading…
Cancel
Save