Re: storing payment packages
Posted by: Peter Brawley
Date: January 30, 2015 10:23AM

You need to read about database design and normalisation.

Not a column for each feature! Under that terrible plan, every new feature would require another Alter Table! Rather, make a package_features table (packageID, feature, ...).

Options: ReplyQuote


Subject
Written By
Posted
January 28, 2015 10:19AM
January 28, 2015 02:02PM
January 29, 2015 10:57AM
January 29, 2015 03:50PM
Re: storing payment packages
January 30, 2015 10:23AM


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.