Hey guys,
I am using PostgreSQL for my project but I get this error when I migrate process.
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".
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community