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

5 lines
135 B
MySQL
Raw Permalink Normal View History

2023-06-26 15:48:25 +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