mardi 20 septembre 2016

SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation "migrations" already exists

I getting this error when running php artisan migrate

[Illuminate\Database\QueryException]                                                                                                                                             
  SQLSTATE[42P07]: Duplicate table: 7 ERROR:  relation "migrations" already exists (SQL: create table "migrations" ("migration" varchar(255) not null, "batch" integer not null))  



  [PDOException]                                                                    
  SQLSTATE[42P07]: Duplicate table: 7 ERROR:  relation "migrations" already exists

enter image description here

I'm not sure why my php artisan is trying to add another migration table into my existing schemas ...

Any hints on this ?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire