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

12 lines
273 B
MySQL
Raw Normal View History

2025-01-21 10:13:52 +08:00
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