Comment on The perils of UUID primary keys in SQLiteparentComments−antihero3moDoesn't Postgres' UUID type just do this for you anyway?Why would you store it as as str column and not the inbuilt type for this?https://www.postgresql.org/docs/current/datatype-uuid.htmlIf you are using SQLite well I guess that doesn't work.
Comments
Doesn't Postgres' UUID type just do this for you anyway?
Why would you store it as as str column and not the inbuilt type for this?
https://www.postgresql.org/docs/current/datatype-uuid.html
If you are using SQLite well I guess that doesn't work.