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

5 lines
135 B
MySQL
Raw Normal View History

2022-06-13 09:23:48 +08:00
ALTER TABLE hrsa_tax_declaration ADD income_category int NULL
GO
ALTER TABLE hrsa_tax_declaration_detail ADD employee_type int NULL
GO