Open adriandrozdz opened 7 years ago
Same here
Postgresql user here. I solved this issue by adding
$table->increments('id');
to the migration file. It's a better solution in my opinion because we are not changing the code in the vendor
folder. Hope this helps.
I needed to add this in order to make settings save
protected $primaryKey = null; public $incrementing = false;