coreui-free-laravel-admin-template icon indicating copy to clipboard operation
coreui-free-laravel-admin-template copied to clipboard

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

Open rootdaoud opened this issue 4 years ago • 1 comments

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.

rootdaoud avatar Oct 03 '21 21:10 rootdaoud

What do you think the solution is, when your error says that the table permissions already exists?

nielsdrost7 avatar Oct 29 '21 10:10 nielsdrost7