This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
-- 若已执行过仅含 code/name 的脚本,再执行本增量脚本补充角色ID
-- 日期:2026-07-22
ALTER TABLE `org_position`
ADD COLUMN `gbs_role_id` bigint DEFAULT NULL COMMENT '关联GBS角色ID' AFTER `duty_desc`;