Flo
Explore posts from serversBABetter Auth
•Created by marekuss on 3/19/2025 in #help
Core Schema Adjustment - ID Data type from text to UUID
Is there any reason why it uses the text datatype with a self-gerenated ID,
instead of just (in the case of postgresql) using the database's built-in UUID-datatype and its built-in auto-generation
uuid("id").defaultRandom()
? Does the current approach have any benefits? Just wondering..10 replies