Duplicate table: 7 ERROR: relation "migrations" already exists (SQL: create table "migrations" ("id" serial primary key not null, "migration" varchar(255) not null, "batch" integer not null))
-- Try run ALTER comand, if you get this message:
#must be owner of table your_table_name
-- You need to change the owner of table (Postgres)