Files
geg-gas-pcitc/script/20241230/人员表增加字段.sql

4 lines
112 B
MySQL
Raw Normal View History

2025-02-08 17:51:37 +08:00
ALTER TABLE xjr_user ADD COLUMN duty_post varchar(500);
COMMENT ON
COLUMN xjr_user.duty_post IS '岗位职务';