Database docs #37209
Unanswered
carstenjaksch
asked this question in
Ideas
Database docs
#37209
Replies: 1 comment 1 reply
-
Additionally, it would be nice to have a list of methods where Laravel just silently does nothing without informing the user when they have a database that doesn't support this action natively. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While I was writing issue #37208, I thought to make an extra discussion for this.
First: Would be cool to see official support for MariaDB, since Laravel Sail offers it during installation.
And maybe add a note about supported databases to each column type in the docs and write down their fallbacks.
For example,
jsonb
is supported in PostgreSQL and falls back tojson
in MySQL.Thoughts?
🖖
Beta Was this translation helpful? Give feedback.
All reactions