weaver-hrm-salary/resource/ecology9/sqlupgrade/Oracle/sql202206090403.sql

9 lines
139 B
MySQL
Raw Normal View History

2022-06-13 09:23:48 +08:00
ALTER TABLE hrsa_tax_declaration add (
income_category number
)
/
ALTER TABLE hrsa_tax_declaration_detail add (
employee_type number
)
/