weaver-hrm-salary/resource/sqlupgrade/GS/sql202412240103.sql

11 lines
159 B
MySQL
Raw Normal View History

2024-12-24 10:54:57 +08:00
ALTER TABLE hrsa_other_deduction ADD (
free_income varchar2(255) NULL
);
/
ALTER TABLE hrsa_other_deduction ADD (
derate_deduction varchar2(255) NULL
);
/