Sha256: 21a56e3fc09f48c41c4bc730873442fd1e28c12657fc746c1a523b249f317e48

Contents?: true

Size: 198 Bytes

Versions: 63

Compression:

Stored size: 198 Bytes

Contents

class CreateFips < ActiveRecord::Migration[4.2]
  def change
    create_table :fips do |t|
      t.string :fips_code
      t.string :city
      t.string :state

      t.timestamps
    end
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
hackathon_manager-0.5.11 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.5.10 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.5.9 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.5.8 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.5.7 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.5.6 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.5.5 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.5.4 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.5.3 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.5.2 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.5.1 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.5.0 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.4.4 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.4.3 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.4.2 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.4.1 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.4.0 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.3.3 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.3.2 db/migrate/20150302011457_create_fips.rb
hackathon_manager-0.3.1 db/migrate/20150302011457_create_fips.rb