dev-tmp1
luotaiqian 2026-08-11 09:25:23 +08:00
parent ea1a605bd1
commit 9239222b91
3 changed files with 0 additions and 11 deletions

View File

@ -1,5 +0,0 @@
-- org_personnel 表新增「能力认定」字段JSON array 字符串)
ALTER TABLE `org_personnel`
ADD COLUMN `capability_assessment` varchar(512) DEFAULT NULL COMMENT '能力认定JSON array 字符串' AFTER `proof_material_url`;
ALTER TABLE org_personnel ADD COLUMN evaluator_flag tinyint DEFAULT NULL COMMENT '是否评价师 1是 0否';

View File

@ -1,3 +0,0 @@
-- org_personnel 表新增「人员岗位类型」字段
ALTER TABLE `org_personnel`
ADD COLUMN `personnel_position_type` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '人员岗位类型: TECHNICAL_LEADER=>技术负责人; PROCESS_CONTROL_LEADER=>过程控制负责人' AFTER `process_control_leader_flag`;

View File

@ -1,3 +0,0 @@
-- org_personnel 表新增「专业能力证明材料」字段
ALTER TABLE `org_personnel`
ADD COLUMN `professional_capability_proof_material` varchar(2000) DEFAULT NULL COMMENT '专业能力证明材料' AFTER `capability_assessment`;