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 or binary(16).
PostgreSQL: docs
MySQL: blog about uuid
Suggested "dialects"
Some datatypes are not supported in every database platform.
Eg.:
PostgreSQL has the datatype
uuidwhile MySQL and SQLite don't have the datatype,uuidis there either a text-type orbinary(16).PostgreSQL: docs
MySQL: blog about uuid
Suggested "dialects"