5 lines
145 B
MySQL
5 lines
145 B
MySQL
|
|
ALTER TABLE hrsa_other_deduction ADD free_income varchar(255) NULL
|
||
|
|
GO
|
||
|
|
|
||
|
|
ALTER TABLE hrsa_other_deduction ADD derate_deduction varchar(255) NULL
|
||
|
|
GO
|