小编Md.*_*ran的帖子

db:seed laravel 5.5.x 不增加 postgres 的序列 id

我正在使用 laravel 5.5.20 和 PostgreSQL 9.5.10。当我运行php artisan db:seed然后数据插入到表中但不增加序列 id 或编号。然后,当我尝试将数据从我的应用程序插入表中时,它会创建一个错误。自动增量主 ID 已经存在。

如何在通过运行插入数据时增加序列php artisan db:seed

php postgresql laravel-5

2
推荐指数
1
解决办法
938
查看次数

标签 统计

laravel-5 ×1

php ×1

postgresql ×1