Viewing 5 posts - 1 through 5 (of 5 total)
Turns out this is intended and this dev db is called a 'live dev'. We then have a 'dev dev' for playing with (I've only been here a day... no...
July 8, 2008 at 9:43 am
One thing I see as a potential problem is that logically you could have an 'ActorReview' and a 'ProductionReview' that share the same ReviewId which is not desired. In fact...
January 21, 2008 at 8:25 pm
Yeh, this is almost exactly as I have it (with the exception of the review tables).
I don't see the advantage of having all those review type tables with exactly...
January 21, 2008 at 1:18 pm
Ok thanks. You would not need an extra relation table for a many reviews to one show relationship though, it is not a many to many. With this approach you...
January 21, 2008 at 8:08 am
Agreed. So would you go with the first option or are you saying you would scrap the 'generic' review table altogether?
I like the first option as it enables you easily...
January 21, 2008 at 7:30 am
Viewing 5 posts - 1 through 5 (of 5 total)