ryanLungberg / CPW-212-Team-Project

This is our project for CPW 212. This is going to be a media cataloging application.
0 stars 1 forks source link

Modify database #10

Closed garcia1273 closed 7 years ago

garcia1273 commented 7 years ago

On CastList Table: CastID should be an identity

On Movies Table: CastID and AwardsID should be allowed to be null in order to be able to get option of saving a Movie/Show without having to add the cast or awards given.

ryanLungberg commented 7 years ago

I agree with your observations here. I will work on fixing the database and send you the updated copy as soon as possible. If I forget, remind me tomorrow in class!

garcia1273 commented 7 years ago

Ryan,

can you let me know once you make the changes we talked about in class? thank you!!

ryanLungberg commented 7 years ago

Changes to the database have been made! Working on changing the add and remove behavior to reflect these changes.