coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
620 stars 354 forks source link

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

Open rootdaoud opened 2 years ago

rootdaoud commented 2 years ago

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.

nielsdrost7 commented 2 years ago

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