Sha256: cbc2ede4b054c2fadc434a1ef5d51cbf5086b63316fcea9352c24ce99d5d3836

Contents?: true

Size: 175 Bytes

Versions: 5

Compression:

Stored size: 175 Bytes

Contents

class CreateVehicles < ActiveRecord::Migration
  def change
    create_table :vehicles do |t|
      t.string :color
      t.string :type

      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
recommendable-2.2.2 test/dummy/db/migrate/20131226071447_create_vehicles.rb
recommendable-2.2.1 test/dummy/db/migrate/20131226071447_create_vehicles.rb
recommendable-2.2.0 test/dummy/db/migrate/20131226071447_create_vehicles.rb
recommendable-2.1.4 test/dummy/db/migrate/20131226071447_create_vehicles.rb
recommendable-2.1.3 test/dummy/db/migrate/20131226071447_create_vehicles.rb