Modify user model in Prisma on signup

Hi amazing people, I'm still learning the stack and I love the type safety!

My question is: I added a new column to the user model called isSetup for when the user is new or need to have some required properties filled out.

When the user uses nextauth to authenticate how can I add a default false value to the column on register through one of the providers?

I added all the modules in the stack so it's the full blown t3 generated app.

Feel free to tell me if my question was confusing as I'm not sure how to formulate it πŸ™‚
Was this page helpful?