vanilophp / framework

The truly Laravel E-commerce Framework
https://vanilo.io
MIT License
818 stars 102 forks source link

Getting Syntax Error on "php artisan migrate --seed" #35

Closed shehrozasmat closed 5 years ago

shehrozasmat commented 5 years ago

I am getting the error below on runnning "php artisan migrate --seed" SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error i
n your SQL syntax; check the manual that corresponds to your MariaDB server
version for the right syntax to use near 'json not null, custom_propertie s json not null, responsive_images json not n' at line 1

fulopattila122 commented 5 years ago

You're using an old version of MariaDB that doesn't support json fields. See https://vanilo.io/docs/0.5/installation for supported DB engines.