6 lines
227 B
MySQL
6 lines
227 B
MySQL
|
|
alter table hrsa_add_up_situation add add_up_taxable_income nvarchar(255)
|
||
|
|
GO
|
||
|
|
alter table hrsa_add_up_situation add actual_add_up_advance_tax nvarchar(255)
|
||
|
|
GO
|
||
|
|
alter table hrsa_add_up_situation add tax_adjustment nvarchar(255)
|
||
|
|
GO
|