We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some datatypes are not supported in every database platform.
PostgreSQL has the datatype uuid while MySQL and SQLite don't have the datatype, uuid is there either a text-type or binary(16).
uuid
binary(16)
PostgreSQL: docs MySQL: blog about uuid
The text was updated successfully, but these errors were encountered:
LetsMelon
No branches or pull requests
Some datatypes are not supported in every database platform.
Eg.:
PostgreSQL has the datatype
uuid
while MySQL and SQLite don't have the datatype,uuid
is there either a text-type orbinary(16)
.PostgreSQL: docs
MySQL: blog about uuid
Suggested "dialects"
The text was updated successfully, but these errors were encountered: