Skip to content

SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'permissions' already exists #78

Open
@rootdaoud

Description

@rootdaoud

Hello,
I'm having this issue:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'permissions' already exists (SQL: create table permissions (id bigint unsigned not null auto_increment primary key, name varchar(255) not null, guard_name varchar(255) not null, created_at timestamp null, updated_at timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')

Server version: 10.6.4-MariaDB MariaDB Server

Can you help to resolve this?

Thanks in advance.

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