Database Manager - Allow for different Primary Key type (UUID)

Due to the distributed nature of the app I’m building (part desktop and part server) I need to use UUID’s for all records. Currently, the Database Manager automatically creates every table with an auto-increment ID field. I want to switch this to UUIDs instead.

If would be great if there was a way to specify it during creation or globally for all tables.

Community Page
Last updated: