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.
Was this page helpful?