Arkadaşlar web middleware içine koyuyorum route ları ama gel gelelim ne validate çalışıyor ne session flash. Yanı sıra psql bağlantısı yapmak istedim bilgilerim doğru fakat migrate yaparken şu hatayı alıyorum.
aldebaran@aldebaran-SATELLITE-L50-C:/var/www/html/CRMPixel$ php artisan migrate
[Illuminate\Database\QueryException]
SQLSTATE[0A000]: Feature not supported: 7 ERROR: Column "migrations.id" has unsupported type "serial". (SQL: create table "migrations" ("id" serial primary key not null, "migration" varchar(191) not null, "batch" integer not null))
[PDOException]
SQLSTATE[0A000]: Feature not supported: 7 ERROR: Column "migrations.id" has unsupported type "serial".
Validate ScreenShot