Skip to content

postgres #32

@kirchaj

Description

@kirchaj

I am trying to install on Postgres and have run into this error when running

php artisan db:seed --class=RoleTableSeeder

[Illuminate\Database\QueryException]

SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "roles" does not exist

LINE 1: insert into "roles" ("id", "name") values ($1, $2), ($3, $4)...

^ (SQL: insert into "roles" ("id", "name") values (1, superuser), (2

[PDOException]

SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "roles" does not exist

LINE 1: insert into "roles" ("id", "name") values ($1, $2), ($3, $4)...

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