|
ALTER TABLE hrsa_bill_detail ADD social_special_json text NULL
|
|
GO
|
|
|
|
ALTER TABLE hrsa_bill_detail ADD fund_special_json text NULL
|
|
GO
|
|
|
|
|
|
ALTER TABLE hrsa_bill_detail_temp ADD social_special_json text NULL
|
|
GO
|
|
|
|
ALTER TABLE hrsa_bill_detail_temp ADD fund_special_json text NULL
|
|
GO |