Open mmcnulty20 opened 4 years ago
genre_id
on the films
table) and there is still no genres
tablethumbs up | ???
column serve?Just reviewed the MVP issues as requested for the moment:
genre_id
on a filmmovie_id
, it just needs to be unique in the scope of the user_id
Good start so far with your design docs!
A few changes to make going forward:
MVP List
Schema
genre_id
exists in multiple tables, but there is no corresponding genre table.film_info
table is doing way too much. Think about what pieces need a joins table at all, and don't duplicate information that isn't necessary to be duplicated (likegenre_id
anddirector_id
being duplicated across the casting of each actor).created_at
/updated_at
columns to each tableuser_id
andmovie_id