i'm making a prisma schema for use with next-auth....
# orm-help
x
i'm making a prisma schema for use with next-auth. Next-auth needs it to have a user table. I was thinking if can I dump user information from my app into that user table as well? or would there be a better way to organise the schema