Building with Purpose 4: Adding the models and relations
With the database set up, we can now add more models. Thinking about it, we can see three models right now:
User (which we already have).
Feedback.
Town.
model User {
id Int @id @default(autoincrement())
email String ...
jordi0lle.hashnode.dev3 min read