Commit df6380f2 authored by Kim, Subin's avatar Kim, Subin
Browse files

movie model

parent 94c49a7a
...@@ -18,6 +18,9 @@ const MovieModel = (sequelize) => { ...@@ -18,6 +18,9 @@ const MovieModel = (sequelize) => {
title: { title: {
type: DataTypes.STRING, type: DataTypes.STRING,
}, },
release_date: {
type: DataTypes.STRING,
},
ticket_sales: { ticket_sales: {
type: DataTypes.FLOAT, type: DataTypes.FLOAT,
defaultValue: 0.0, defaultValue: 0.0,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment