Prisma and NextAuth: Additional fields in the `User` model
I have a system where users have to enter some additional information such
username or birthday, NextAuth says that they should be defined as nullabe fields in the schema, but I don't want to, is there a way around this?