combine ingredient "prop"s into a serialized config column
Status: Beta
Brought to you by:
cyberbrau
Currently there are 3 columns in the ingredient table (prop1, prop2, and prop3) which are generic multi-purpose options for the ingredient. Ideally these would be placed in a single config column which is a serialized associative array with meaningfull keys associated with the values. This will also allow easier addition of other properties to the ingredients.
Kevin