You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_at timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')
I am using laravel 8 and I am using pagebuildier 0.22.0
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: