Is it possible / advisable to customize user table name and ids?

For instance, for our app (using Drizzle) our standard table naming convention is plural (users) and our ids have a prefix (usr_Y3lMhLkh7xdC0t). Is this possible to implement in BetterAuth. And is it advisable? If there's a chance things will break at some point or be more difficult to work with, particularly with renaming the table names, then we'll just keep everything standard. But if it's possible to adapt to our standards without additional friction, that would obviously be a bit nicer.
1 Reply
xamarot
xamarot2w ago
I am no expert but this part of the docs https://www.better-auth.com/docs/concepts/database#custom-table-names makes it seem like it shouldnt be a big deal to change table or column names at all

Did you find this page helpful?