UUID instead of INT auto-increment

Is there a way to configure all the ids & keys to use UUIDs instead of INTs with auto increment?

This topic has been created from a Discord post (1225971084906463412) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Only on v5

I am running v5

Is doing this a config option or change somewhere (that is yet to be documented)?

It’s likely not yet implemented

I’ve seen this around meanwhile

I’m not sure this is what I’m looking for. This seems like an extra field like uid but with a uuid format.

What I’m looking for is to change the id type to a uuid and have it generated in the database, not in code. Like using the Postgres UUID type, not a string.

This would mean the ID fields, all the foreign keys in the relation tables, etc…

Yeah, I was under the impression this would be introduced in v5 by default, but apparently not