我正试图在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,所以我不知道为什么会出现这个错误。有人有任何想法吗?