Re: Simple Database Design Problem
Posted by: Rick James
Date: June 10, 2011 11:48PM

Create another type of entity -- it is either a ThemePageTemplate or a PageTemplate. The user chooses from that list.

Move into that entity any fields that are common between ThemePageTemplates and PageTemplates. If there are any remaining fields, those can live in the two tables for ThemePageTemplate and PageTemplate.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.