You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered: