Skip to content

Update query builder JSON docs #3265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2017
Merged

Conversation

hipsterjazzbo
Copy link

Removed MariaDB 10.2.3 from the list of databases that support JSON columns. It does not, and likely won't until 10.3 at least. 10.2.3 does include JSON functions, but not a JSON column type.

To confirm, I installed a fresh install of MariaDB 10.2.5, created a new Laravel app, added a migration that included $table->json('test'), and confirmed that the migration failed.

@hipsterjazzbo
Copy link
Author

Related: laravel/framework#13622

@taylorotwell taylorotwell merged commit 97b3cc3 into laravel:5.4 Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants