Sha256: edf8392416c5b1fc32845a4265b3c16deeb2db8e0aaafa196d70770924c7d1ae

Contents?: true

Size: 152 Bytes

Versions: 3

Compression:

Stored size: 152 Bytes

Contents

class AddPropertyToComableProducts < ActiveRecord::Migration
  def change
    add_column :comable_products, :property, :text, after: :caption
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comable-core-0.7.1 db/migrate/20150918065115_add_property_to_comable_products.rb
comable-core-0.7.0 db/migrate/20150918065115_add_property_to_comable_products.rb
comable-core-0.7.0.beta2 db/migrate/20150918065115_add_property_to_comable_products.rb