init
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
-- 设置字符集
|
||||
SET NAMES utf8mb4;
|
||||
SET CHARACTER SET utf8mb4;
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
truncate table `sys_dept`;
|
||||
|
||||
Reference in New Issue
Block a user