使用laravel5.4,有个字段是json格式,在migration文件中这样定义的:
$table->json('fruits')->nullable();
执行php artisan migrate
的时候报错:
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 right syntax to use near 'json null' at line 1