12 lines
355 B
MySQL
12 lines
355 B
MySQL
|
|
alter table hrsa_derate_deduction add employee_type int
|
||
|
|
GO
|
||
|
|
alter table hrsa_endowment_insurance add employee_type int
|
||
|
|
GO
|
||
|
|
alter table hrsa_free_income add employee_type int
|
||
|
|
GO
|
||
|
|
alter table hrsa_grant_donation add employee_type int
|
||
|
|
GO
|
||
|
|
alter table hrsa_health_insurance add employee_type int
|
||
|
|
GO
|
||
|
|
alter table hrsa_other_derate_deduction add employee_type int
|
||
|
|
GO
|