Open RibesAlexandre opened 6 years ago
@ybr-nx I am getting this same issue again since upgrading to Laravel 5.8. If ->after()
is present it errors out, without it everything works.
I'll investigate it soon
getting same error during migrations 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
Hi,
I've got an error durant a migration with Maria DB. I just try to add a JSON field in my tables after a specific column.
My migrations :
Works perfectly without ->after('article_id');
Thanks, Regards, SquallX.