weaver-hrm-salary/resource/sqlupgrade/PG/sql202308090203.sql

8 lines
254 B
MySQL
Raw Normal View History

ALTER TABLE hrsa_social_archives
ALTER employee_id TYPE bigint;
ALTER TABLE hrsa_fund_archives
ALTER employee_id TYPE bigint;
ALTER TABLE hrsa_other_archives
ALTER employee_id TYPE bigint;
ALTER TABLE hrsa_insurance_base_info ADD employee_type int NULL;