Advertisement
Guest User

migration to add the properties column

a guest
Sep 19th, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class AddPropertiesToProducts < ActiveRecord::Migration
  2. def change
  3. add_column :products, :properties, :hstore
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement