Issue with custom table names
I've added such custom table names so it matches my db schema:
And I've found an issue:
when I run
So the issue here is that it wants to create columns with camelCase, even though I indicated I want them snake_case (
And I've found an issue:
when I run
npx @better-auth/cli generate it generates me such migration file:So the issue here is that it wants to create columns with camelCase, even though I indicated I want them snake_case (
banReason: 'ban_reason' -> ban_reason: 'ban_reason' didn't help neither)