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

6 lines
292 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-07 15:08:56 +08:00
alter table hrsa_add_up_deduction modify id bigint auto_increment;