Models

The user model has been created, let's then proceed to the remaining ones.

We shall now define the remaining models. While doing this, we'll learn how to effectively use the schema.prisma file to achieve such, and also define their respective relations.

Last updated