weaver-hrm-salary/src/com/engine/salary/init.sql

18 lines
680 B
MySQL
Raw Normal View History

--
alter table hrsa_tax_agent modify id bigint auto_increment;
2022-03-01 18:31:29 +08:00
alter table hrsa_tax_rate_base modify id bigint auto_increment;
alter table hrsa_tax_rate_detail modify id bigint auto_increment;
2022-03-09 09:52:40 +08:00
alter table hrsa_add_up_deduction modify id bigint auto_increment;
2022-03-09 18:58:30 +08:00
alter table hrsa_add_up_situation modify id bigint auto_increment;
2022-03-10 19:01:58 +08:00
alter table hrsa_other_deduction modify id bigint auto_increment;
2022-03-09 10:09:07 +08:00
2022-03-09 10:00:51 +08:00
--
alter table hrsa_social_security_scheme modify id bigint auto_increment;
2022-03-09 10:09:07 +08:00
alter table hrsa_scheme_detail modify id bigint auto_increment;
2022-03-09 16:12:47 +08:00
alter table hrsa_insurance_category modify id bigint auto_increment;
2022-03-09 10:09:07 +08:00