Files
geg-gas-pcitc/script/20250208/人员新增字段.sql
2025-02-08 17:51:37 +08:00

7 lines
246 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ALTER TABLE xjr_sync_datacenter_org_user
ADD COLUMN "hcm_status" varchar(10);
ALTER TABLE xjr_user
ADD COLUMN "hcm_status" varchar(10);
COMMENT ON COLUMN xjr_user."hcm_status" IS 'hcm中的人员状态为1标识是集团内正式员工';