Sha256: 3171f6fe32c9ef4a30e8acd78a6c529195362b1cc8857a5004c672ace4081f77

Contents?: true

Size: 192 Bytes

Versions: 30

Compression:

Stored size: 192 Bytes

Contents

class CreateCountries< ActiveRecord::Migration
  def self.up
    create_table :countries do |t|
      t.column :name, :string
    end
  end

  def self.down
    drop_table :countries
  end
end

Version data entries

30 entries across 30 versions & 4 rubygems

Version Path
kdmny-spree-0.0.1 db/migrate/013_create_countries.rb
spree-enriquez-0.9.4 db/migrate/013_create_countries.rb
spree-0.9.4 db/migrate/013_create_countries.rb
spree-0.9.3 db/migrate/013_create_countries.rb
spree-0.9.2 db/migrate/013_create_countries.rb
spree-0.9.1 db/migrate/013_create_countries.rb
spree-0.9.0 db/migrate/013_create_countries.rb
spree-0.8.4 db/migrate/013_create_countries.rb
spree-0.8.5 db/migrate/013_create_countries.rb
railscart-0.0.1 starter-app/vendor/plugins/railscart/db/migrate/018_create_countries.rb
railscart-0.0.2 starter_app/vendor/plugins/railscart/db/migrate/018_create_countries.rb
railscart-0.0.3 starter_app/vendor/plugins/railscart/db/migrate/018_create_countries.rb
railscart-0.0.4 starter_app/vendor/plugins/railscart/db/migrate/014_create_countries.rb
spree-0.0.6 starter-app/vendor/plugins/spree/db/migrate/014_create_countries.rb
spree-0.0.5 starter-app/vendor/plugins/spree/db/migrate/014_create_countries.rb
spree-0.0.7 starter-app/vendor/plugins/spree/db/migrate/014_create_countries.rb
spree-0.0.9 db/migrate/013_create_countries.rb
spree-0.0.8 starter-app/vendor/plugins/spree/db/migrate/014_create_countries.rb
spree-0.2.0 db/migrate/013_create_countries.rb
spree-0.4.0 db/migrate/013_create_countries.rb