2 lines
108 B
MySQL
2 lines
108 B
MySQL
|
|
--update policy_group_info auto_increament start with 101
|
||
|
|
alter table policy_group_info auto_increment=101;
|