Replies: 1 comment
-
I'm using prisma and it's super easy to create new columns and tables. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a remote PostgreSQL database with next-auth. For the
users
table that it has you create, it has columns forid
,email
,name
,image
and a couple other things. This is awesome, but I also am going to need this table to have ausername
column, and initializie this column with a random value to start (which the user can then edit in their account settings, similar to twitter).How would you all make this happen? What's the least hacky way?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions