Open LetsMelon opened 1 year ago
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
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"