Sha256: 3cdf2673e9ed8c05e48ee4d3b76165b1c3dcef075df9d83f068ddf197efa1fcb

Contents?: true

Size: 159 Bytes

Versions: 4

Compression:

Stored size: 159 Bytes

Contents

class CreatePants < ActiveRecord::Migration[4.2]
  def change
    create_table :pants do |t|
      t.integer :length
      t.integer :inseam
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
good_migrations-0.3.0 example/db/migrate/20160202162849_create_pants.rb
good_migrations-0.2.1 example/db/migrate/20160202162849_create_pants.rb
good_migrations-0.2.0 example/db/migrate/20160202162849_create_pants.rb
good_migrations-0.1.0 example/db/migrate/20160202162849_create_pants.rb