[Illuminate\Database\QueryException]
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the r
ight syntax to use near 'json not null, remember_token varchar(100) null, created_at timestamp null, ' at line 1 (SQL: create table users (id int unsigned not n
ull auto_increment primary key, name varchar(255) not null, email varchar(255) not null, password varchar(60) not null, avatar varchar(255) not null, `confirmat
ion_token varchar(255) not null, is_active smallint not null default '0', questions_count int not null default '0', answers_count int not null default '0', comm
ents_count int not null default '0', favorites_count int not null default '0', likes_count int not null default '0', followers_count int not null default '0', f
ollowings_count int not null default '0', settings json not null, remember_token varchar(100) null, created_at timestamp null, updated_at` timestamp null) defau
lt character set utf8 collate utf8_unicode_ci)
[PDOException]
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the r
ight syntax to use near 'json not null, remember_token varchar(100) null, created_at timestamp null, ' at line 1