2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail_temp add subcompany_name varchar(200) NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail_temp add subcompany_id bigint null;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail_temp add department_name varchar(200) NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail_temp add department_id bigint null;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail_temp add jobtitle_name varchar(200) NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail_temp add jobtitle_id bigint NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail_temp add jobcall varchar(200) NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail_temp add jobcall_id bigint NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail_temp add status varchar(200) NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail add subcompany_name varchar(200) NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail add subcompany_id bigint null;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail add department_name varchar(200) NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail add department_id bigint null;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail add jobtitle_name varchar(200) NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail add jobtitle_id bigint NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail add jobcall varchar(200) NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail add jobcall_id bigint NULL;
|
2024-10-09 10:57:23 +08:00
|
|
|
|
2026-03-26 16:22:56 +08:00
|
|
|
alter table hrsa_bill_detail add status varchar(200) NULL;
|