Sha256: e63fe690b3c79d0c8644b85a209425215b8e1a2f3cb36c312665e9b537bb0d1e

Contents?: true

Size: 331 Bytes

Versions: 4

Compression:

Stored size: 331 Bytes

Contents

class CreateHatchyCountries < ActiveRecord::Migration
  def change
    create_table :hatchy_countries do |t|
      t.string  :name
      t.string  :code2
      t.string  :code3
      t.string  :continent
      t.string  :tld
      t.string  :currency
      t.boolean :eu_member, default: false
      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hatchy-0.0.8.pre db/migrate/20160111175055_create_hatchy_countries.rb
hatchy-0.0.7.pre db/migrate/20160111175055_create_hatchy_countries.rb
hatchy-0.0.6.pre db/migrate/20160111175055_create_hatchy_countries.rb
hatchy-0.0.5.pre db/migrate/20160111175055_create_hatchy_countries.rb