php artisan migrate komutunu çalıştırdığımda SQLSTATE[42000]: Syntax error or access violation: 1253 COLLATION 'utf8mb4_bin' is not valid for CHARACTER SET 'utf8' (SQL: create table ltm_t
ranslations
(id
bigint unsigned not null auto_increment primary key, status
int not null default '0', locale
varchar(255) not null, group
varchar(255) not null, key
text not
null, value
text null, created_at
timestamp null, updated_at
timestamp null) default character set utf8 collate 'utf8mb4_bin')
bu hatayı alıyorum yardımcı olur musunuz