Can columns for new user defined info be added easily?
 
Let's say I would like to group 100 websites about oranges together.  I group them together as a webspace.
 
Can I add a column to the pertinent mysql table that classifies these 100 websites as belonging to the orange category, and display the following underneath the description but before the url on the results page:
 
Category:  Orange
 
Adding the column to the table is easy via SQL.  I'm just wondering if there are any complications with changing the table structure.  Finally this new field would need a reference parameter to be placed in the HTML template.  How are reference parameters created?
 
 

Reply via email to