Sha256: 8ea450907fb9ecfcc143dea1423d1b4503a5b16422471383ee852fddd0b2a33b

Contents?: true

Size: 297 Bytes

Versions: 292

Compression:

Stored size: 297 Bytes

Contents

class CreateProducts < ActiveRecord::Migration
  def self.up
    create_table :products do |t|
      t.string :title
      t.integer :price
      t.integer :weight
      t.string :size
      t.boolean :tangible

      t.timestamps
    end
  end

  def self.down
    drop_table :products
  end
end

Version data entries

292 entries across 171 versions & 30 rubygems

Version Path
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/009_create_products.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/2.1.0/gems/shoulda-2.11.3/test/rails3_root/db/migrate/009_create_products.rb
apl-library-0.0.90 vendor/bundle/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/009_create_products.rb
apl-library-0.0.90 vendor/bundle/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/009_create_products.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/2.1.0/gems/shoulda-2.11.3/test/rails2_root/db/migrate/009_create_products.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/shoulda-2.11.3/test/rails3_root/db/migrate/009_create_products.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/009_create_products.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/shoulda-2.11.3/test/rails2_root/db/migrate/009_create_products.rb
Flamefork-shoulda-2.10.1 test/rails_root/db/migrate/009_create_products.rb
Flamefork-shoulda-2.10.2 test/rails_root/db/migrate/009_create_products.rb
auser-poolparty-1.3.0 vendor/gems/shoulda/test/rails_root/db/migrate/009_create_products.rb
auser-poolparty-1.3.1 vendor/gems/shoulda/test/rails_root/db/migrate/009_create_products.rb
auser-poolparty-1.3.10 vendor/gems/shoulda/test/rails_root/db/migrate/009_create_products.rb
auser-poolparty-1.3.11 vendor/gems/shoulda/test/rails_root/db/migrate/009_create_products.rb
auser-poolparty-1.3.12 vendor/gems/shoulda/test/rails_root/db/migrate/009_create_products.rb
auser-poolparty-1.3.13 vendor/gems/shoulda/test/rails_root/db/migrate/009_create_products.rb
auser-poolparty-1.3.14 vendor/gems/shoulda/test/rails_root/db/migrate/009_create_products.rb
auser-poolparty-1.3.15 vendor/gems/shoulda/test/rails_root/db/migrate/009_create_products.rb
auser-poolparty-1.3.16 vendor/gems/shoulda/test/rails_root/db/migrate/009_create_products.rb
auser-poolparty-1.3.17 vendor/gems/shoulda/test/rails_root/db/migrate/009_create_products.rb