Drizzle Postgres UUID

How can I force better-auth to use uuid's for id's and rely on the database to generate them with the drizzle adapter. The below doesn't seem to work.

advanced: {
    database: {
        generateId: false,
    },
}


This PR merged seems it got rid of the behavior? https://github.com/better-auth/better-auth/pull/2248
Was this page helpful?