appirits/comable

View on GitHub
core/db/migrate/20150918065115_add_property_to_comable_products.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddPropertyToComableProducts < ActiveRecord::Migration
  def change
    add_column :comable_products, :property, :text, after: :caption
  end
end