weaver-hrm-salary/resource/sqlupgrade/ST/sql202206090403.sql

11 lines
143 B
MySQL
Raw Normal View History

ALTER TABLE hrsa_tax_declaration add (
income_category number
);
/
ALTER TABLE hrsa_tax_declaration_detail add (
employee_type number
);
/