Skip to content
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

[11.x] migration docs: adding clarification for json/jsonb datatypes… #10134

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

hexathos
Copy link
Contributor

Adding clarification for json/jsonb datatypes on sqlite.

…on sqlite

Adding clarification for json/jsonb datatypes on sqlite.
@shaedrich
Copy link
Contributor

shaedrich commented Jan 25, 2025

A feel like this docs page should have a matrix table showing

  • which engines support/don't support a feature
  • different namings/methods to achieve the same feature per engine
  • different behavior for the same feature per engine

as this is a common source of confusion and the query builder tends to just do nothing instead of saying that it can't do a certain thing with a certain engine.

@taylorotwell taylorotwell merged commit 1ebe276 into laravel:11.x Jan 27, 2025
SanderMuller pushed a commit to SanderMuller/docs that referenced this pull request Jan 27, 2025
…laravel#10134)

* [11.x] migration docs:  adding clarification for json/jsonb datatypes on sqlite

Adding clarification for json/jsonb datatypes on sqlite.

* Update migrations.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
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.

3 participants