diff --git a/src/main/resources/db/migration/mysql/V7.2.2_20220520_1820__update_org_add_type.sql b/src/main/resources/db/migration/mysql/V7.2.2_20220520_1820__update_org_add_type.sql new file mode 100644 index 00000000..91c8d658 --- /dev/null +++ b/src/main/resources/db/migration/mysql/V7.2.2_20220520_1820__update_org_add_type.sql @@ -0,0 +1 @@ +ALTER TABLE `hr_organization` ADD COLUMN `org_type` tinyint(4) NULL DEFAULT 1 COMMENT '组织机构类型:1-公司,2-部门' AFTER `status_flag`; \ No newline at end of file