Sha256: 6668077fe5b6dd4d32a3730c0782c4832baca0f6760a97f3cc567c7fb2c40d74

Contents?: true

Size: 190 Bytes

Versions: 4

Compression:

Stored size: 190 Bytes

Contents

class CreateLocations < ActiveRecord::Migration
  def change
    create_table :locations do |t|
      t.string :test_country
      t.string :test_state

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
country_state_select-3.0.3 test/dummy/db/migrate/20140724080030_create_locations.rb
country_state_select-3.0.2 test/dummy/db/migrate/20140724080030_create_locations.rb
country_state_select-3.0.1 test/dummy/db/migrate/20140724080030_create_locations.rb
country_state_select-3.0.0 test/dummy/db/migrate/20140724080030_create_locations.rb