表增加自增
This commit is contained in:
parent
0474872ab5
commit
c4e63e101b
|
|
@ -6,9 +6,6 @@ alter table hrsa_add_up_deduction modify id bigint auto_increment;
|
|||
alter table hrsa_add_up_situation modify id bigint auto_increment;
|
||||
alter table hrsa_other_deduction modify id bigint auto_increment;
|
||||
|
||||
|
||||
|
||||
|
||||
--福利方案主键自增增加
|
||||
alter table hrsa_social_security_scheme modify id bigint auto_increment;
|
||||
alter table hrsa_scheme_detail modify id bigint auto_increment;
|
||||
|
|
|
|||
Loading…
Reference in New Issue