Sha256: 7edfe44cb8af029912391b1fc1f183d87cbc8c31c0a9795438f45750a0a4edd3

Contents?: true

Size: 199 Bytes

Versions: 62

Compression:

Stored size: 199 Bytes

Contents

class CreatePlanets < ActiveRecord::Migration
  def self.up
    create_table :planets do |t|
      t.string :name

      t.timestamps
    end
  end

  def self.down
    drop_table :planets
  end
end

Version data entries

62 entries across 15 versions & 1 rubygems

Version Path
tabulous-2.1.3 spec/applications/simple_tabs/rails_3-0-20/db/migrate/20130512154228_create_planets.rb
tabulous-2.1.3 spec/applications/subtabs/rails_3-0-20/db/migrate/20130512154255_create_planets.rb
tabulous-2.1.3 spec/applications/custom_renderer/rails_3-0-20/db/migrate/20130512154322_create_planets.rb
tabulous-2.1.3 spec/applications/main/rails_3-0-20/db/migrate/20130512152125_create_planets.rb
tabulous-2.1.2 spec/applications/subtabs/rails_3-0-20/db/migrate/20130512154255_create_planets.rb
tabulous-2.1.2 spec/applications/main/rails_3-0-20/db/migrate/20130512152125_create_planets.rb
tabulous-2.1.2 spec/applications/custom_renderer/rails_3-0-20/db/migrate/20130512154322_create_planets.rb
tabulous-2.1.2 spec/applications/simple_tabs/rails_3-0-20/db/migrate/20130512154228_create_planets.rb
tabulous-2.1.1 spec/applications/custom_renderer/rails_3-0-20/db/migrate/20130512154322_create_planets.rb
tabulous-2.1.1 spec/applications/main/rails_3-0-20/db/migrate/20130512152125_create_planets.rb
tabulous-2.1.1 spec/applications/simple_tabs/rails_3-0-20/db/migrate/20130512154228_create_planets.rb
tabulous-2.1.1 spec/applications/subtabs/rails_3-0-20/db/migrate/20130512154255_create_planets.rb
tabulous-2.1.0 spec/applications/subtabs/rails_3-0-20/db/migrate/20130512154255_create_planets.rb
tabulous-2.1.0 spec/applications/simple_tabs/rails_3-0-20/db/migrate/20130512154228_create_planets.rb
tabulous-2.1.0 spec/applications/custom_renderer/rails_3-0-20/db/migrate/20130512154322_create_planets.rb
tabulous-2.1.0 spec/applications/main/rails_3-0-20/db/migrate/20130512152125_create_planets.rb
tabulous-2.0.0 spec/applications/simple_tabs/rails_3-0-20/db/migrate/20130512154228_create_planets.rb
tabulous-2.0.0 spec/applications/subtabs/rails_3-0-20/db/migrate/20130512154255_create_planets.rb
tabulous-2.0.0 spec/applications/custom_renderer/rails_3-0-20/db/migrate/20130512154322_create_planets.rb
tabulous-2.0.0 spec/applications/main/rails_3-0-20/db/migrate/20130512152125_create_planets.rb