QueryException in Connection.php line 770:
SQLSTATE[HY000]: General error: 1364 Field 'settings' doesn't have a default value (SQL: insert into users
(name
, email
, avatar
, confirmation_token
, password
, updated_at
, created_at
) values (hello, [email protected], /images/avatars/default.png, t0gbxNgcian5c99iSBncEgu6Y7jFmA4Bqry0onZI, $2y$10$eDw168oopFCZFXEe1UDUPOq28bNcK7Ol7pPSvGGdUzXvYXs4n5JTy, 2017-07-01 19:58:11, 2017-07-01 19:58:11));
请问一下这是什么原因,mysql版本:5.7.18,
$table->json('settings')->nullable(); 这个字段也改了还是报上面的错误很费解呀!