postgreSQL的设置自增主键初始值

 select setval('t_custom_model_id_seq',1,false);
原文地址:https://www.cnblogs.com/esther-qing/p/6068700.html