zachsdevpit

Results 1 comments of zachsdevpit

I was able to reproduce this error by opting for PostgreSQL over the default SQLite. In order to resolve you must modify database/migrations/2022_09_10_131605_create_notifications_table.php ```php public function up() { Schema::create('notifications', function...