2022-02-28 17:19:07 +08:00
|
|
|
--缴税人表主键自增
|
|
|
|
|
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:42:10 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
--福利方案主键自增
|
|
|
|
|
alter table hrsa_social_security_scheme modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_scheme_detail modify id bigint auto_increment;
|