1. class AddPropertiesToProducts < ActiveRecord::Migration
  2. def change
  3. add_column :products, :properties, :hstore
  4. end
  5. end