Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Adding more columns to Supabase auth.users table schema #3327

Closed
nicholasdly opened this issue Nov 1, 2024 · 1 comment · Fixed by #3328
Closed

[FEATURE]: Adding more columns to Supabase auth.users table schema #3327

nicholasdly opened this issue Nov 1, 2024 · 1 comment · Fixed by #3328

Comments

@nicholasdly
Copy link

What version of drizzle-orm are you using?

0.36.0

What version of drizzle-kit are you using?

0.27.0

Describe the Bug

The current native implementation of the Supabase auth.users table schema is missing many of the columns that the table actually includes in Supabase.

Expected behavior

I expect at least some of the missing columns, such as email, phone, and created_at, to be added to the auth.users table schema, so we can avoid creating duplicate or redundant columns in a custom, public table we make ourselves.

This would also allow us to create more relations on the auth.users table.

Environment & setup

No specific environment.

@nicholasdly nicholasdly added the bug Something isn't working label Nov 1, 2024
@L-Mario564 L-Mario564 added improvement driver/supabase and removed bug Something isn't working labels Nov 1, 2024
@nicholasdly nicholasdly changed the title [BUG]: Missing columns in Supabase auth.users table schema [FEATURE]: Adding more columns to Supabase auth.users table schema Nov 4, 2024
@AndriiSherman
Copy link
Member

Was added in [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants