Create a Model for a Table and Run Migrations

InstructorRyan Chenkie

Share this video with your friends

Send Tweet

Prisma offers a powerful database modeling language called the Prisma Schema Language. It allows us to describe the shape of our tables, the columns they should have (and their types), and relations between tables. In this lesson, we get started with our first table in our Prisma Schema file.