In developing a shopping cart application I\'ve found that I needed to save settings and configurations based on the administrator\'s preferences and requirements. This info
You should create a table with a column for the information type and information value (at least). This way you avoid having to create new columns every time a new information is added.