Skip to content

Migrations tries to re-create migration table (postgress db) #4063

Closed
@mikevrind

Description

@mikevrind

I think this is the same issue as #47 and #2043.
When I try to run a migration for the second time I receive an error that the migrations table already exists. Currently running a fresh Laravel installation.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions