coreui-free-laravel-admin-template
coreui-free-laravel-admin-template copied to clipboard
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'permissions' already exists
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.
What do you think the solution is, when your error says that the table permissions already exists?