fix: update sys_dept&post&user
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
|
||||
DROP TABLE IF EXISTS `omc_db`.`sys_post`;
|
||||
CREATE TABLE `omc_db`.`sys_post` (
|
||||
CREATE TABLE IF NOT EXISTS `omc_db`.`sys_post` (
|
||||
`post_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '岗位ID',
|
||||
`post_code` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '岗位编码',
|
||||
`post_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '岗位名称',
|
||||
|
||||
Reference in New Issue
Block a user