Closed ketchank closed 6 years ago
Due to the json
field type requirement MySQL 5.7 or higher or PostgreSQL is required.
MariaDB is not supported.
This requirement comes from Spatie's Media Library
I did find that article while doing some research on google
As a newbie, What should I do exactly at this point ?
Sorry for disturbing
Use one of the supported database engines: Either MySQL 5.7 or PostgreSQL.
This is completely out of Vanilo's scope, but I can give you some suggestions.
My guess is that you are either using MySQL 5.5/5.6 or MariaDB.
You have many options, like:
config/db.php
accordingly)If you haven't used Postgres before, and don't have much experience with databases I would suggest to replace you current MariaDB/MySQL installation with MySQL 5.7.
i've been trying to do
php artisan migrate
but i got this error