3 lines
89 B
MySQL
3 lines
89 B
MySQL
|
|
--缴税人表主键自增
|
||
|
|
alter table hrsa_tax_agent modify id bigint auto_increment;
|