The tables where created in the public folder in supabase but when i try to signup a user I get this error: 2025-09-21T06:55:10.847Z ERROR [Better Auth]: Failed to create user error: column "role" of ...
On projects using new slim skeleton (L11), there is an issue when adding our own auth driver like that : Auth::extend('my-driver'). Then when running these commands, it's broken : > ...