Sha256: 8096165370c12d4de8561162c43c2e1fff7579a9fe1bce856b3023c19cfba219

Contents?: true

Size: 174 Bytes

Versions: 10

Compression:

Stored size: 174 Bytes

Contents

class CreateCars < ActiveRecord::Migration
  def change
    create_table :cars do |t|
      t.string :make, :model
      t.integer :year
      t.timestamps
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thoth-3.0.0 spec/dummy/db/migrate/20140926022006_create_cars.rb
thoth-2.0.0 spec/dummy/db/migrate/20140926022006_create_cars.rb
thoth-1.0.2 spec/dummy/db/migrate/20140926022006_create_cars.rb
thoth-1.0.1 spec/dummy/db/migrate/20140926022006_create_cars.rb
thoth-1.0.0 spec/dummy/db/migrate/20140926022006_create_cars.rb
thoth-0.0.7 spec/dummy/db/migrate/20140926022006_create_cars.rb
thoth-0.0.6 spec/dummy/db/migrate/20140926022006_create_cars.rb
thoth-0.0.5 spec/dummy/db/migrate/20140926022006_create_cars.rb
thoth-0.0.3 spec/dummy/db/migrate/20140926022006_create_cars.rb
thoth-0.0.2 spec/dummy/db/migrate/20140926022006_create_cars.rb