SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'pages' already exists (SQL: create tablepages(idint unsigned not null auto_increment primary key,namevarchar(256) not null,titlevarchar(256) not null,routevarchar(512) not null,layoutvarchar(256) not null,datalongtext null,created_attimestamp null,updated_attimestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')
I am using laravel 8 and I am using pagebuildier 0.22.0
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'pages' already exists (SQL: create table
pages(
idint unsigned not null auto_increment primary key,
namevarchar(256) not null,
titlevarchar(256) not null,
routevarchar(512) not null,
layoutvarchar(256) not null,
datalongtext null,
created_attimestamp null,
updated_attimestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')
I am using laravel 8 and I am using pagebuildier 0.22.0