Sha256: d5633c57a7691e0882299cb7b3ff9d050fbde51a3fba0f6a5ed342205e61c99e

Contents?: true

Size: 114 Bytes

Versions: 7

Compression:

Stored size: 114 Bytes

Contents

class AddTypeToProducts < ActiveRecord::Migration
  def change
    add_column :products, :type, :string
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
forceps-0.6.7 test/dummy/db/migrate/20140117112556_add_type_to_products.rb
forceps-0.6.4 test/dummy/db/migrate/20140117112556_add_type_to_products.rb
forceps-0.6.3 test/dummy/db/migrate/20140117112556_add_type_to_products.rb
forceps-0.6.2 test/dummy/db/migrate/20140117112556_add_type_to_products.rb
forceps-0.6.1 test/dummy/db/migrate/20140117112556_add_type_to_products.rb
forceps-0.6.0 test/dummy/db/migrate/20140117112556_add_type_to_products.rb
forceps-0.5.0 test/dummy/db/migrate/20140117112556_add_type_to_products.rb