无法迁移Laravel(MariaDB中缺少JSON类型)

时间:2016-06-09 05:55:49

标签: php mysql json laravel mariadb

我正试图在laravel中移植,使用artian然而我遇到了一些问题 Artisan引发了一个错误陈述以下内容:

[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 se
rver version for the right syntax to use near 'json not null, `datacol_me
thods` json not null, `created_at` timestamp null, `up' at line 1

这让我认为我安装的mariaDB版本存在问题,但是this page on the mariaDB site表示自10.0.1以来它已经可用

mysql -V的输出:

mysql  Ver 15.1 Distrib 10.0.24-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2

似乎我有正确版本的mariaDB,所以我不知道为什么会出现这个错误。有人有任何想法吗?

0 个答案:

没有答案