Should I include user model in database schema? And how to handle users registering their business?
Hi, how should I handle database schema while using Kinde? Should I try for creating user model in my database schema e.g.
username email registryDate gotWarnings? If we answer this question and let's say I shouldn't create a user model since I use Kinde, how should I handle the situation users register their restaurants in my app? I'm not trying to ask something unrelated but how that relation works with the Kinde user and restaurant if I create the restaurant model. I use Convex as my Backend and very new to both Kinde and Convex.


