Sha256: f7a4db0be4372ebaa0e2e01dcf34be9d39d391f663a4af900e9628db7127b2c2

Contents?: true

Size: 231 Bytes

Versions: 5

Compression:

Stored size: 231 Bytes

Contents

class CreatePlanetsExoplanets < ActiveRecord::Migration
  def self.up
    create_table :planets_exoplanets do |t|
      t.string :name

      t.timestamps
    end
  end

  def self.down
    drop_table :planets_exoplanets
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_3-0-20/db/migrate/20130512154151_create_planets_exoplanets.rb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_3-0-20/db/migrate/20130512154151_create_planets_exoplanets.rb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_3-0-20/db/migrate/20130512154151_create_planets_exoplanets.rb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_3-0-20/db/migrate/20130512154151_create_planets_exoplanets.rb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_3-0-20/db/migrate/20130512154151_create_planets_exoplanets.rb