Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed Using SQL ORMs with Node.js!
You have completed Using SQL ORMs with Node.js!
Instruction
Exercise: Add a Person Model
You've defined and initialized a Movie
model and created records in the database. In this step, you will add a new model that represents the people who create and/or star in those movies. This exercise is a great way to practice most of what you've learned so far about Sequelize.
Challenge
Follow the requirements below to complete this challenge:
- In your project, define a new model...