Sha256: 4d26a20eae1defa4e0011e81c4e8b1ef6c0481fb1486e81bc3c35850fd65dcd4

Contents?: true

Size: 177 Bytes

Versions: 20

Compression:

Stored size: 177 Bytes

Contents

class CreatePlanetsRoguePlanets < ActiveRecord::Migration
  def change
    create_table :planets_rogue_planets do |t|
      t.string :name

      t.timestamps
    end
  end
end

Version data entries

20 entries across 6 versions & 1 rubygems

Version Path
tabulous-2.1.4 spec/applications/multiple_tabsets/rails_4-1-1/db/migrate/20140529014442_create_planets_rogue_planets.rb
tabulous-2.1.4 spec/applications/multiple_tabsets/rails_4-0-5/db/migrate/20140529011835_create_planets_rogue_planets.rb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_3-1-12/db/migrate/20130512153927_create_planets_rogue_planets.rb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_4-1-1/db/migrate/20140529014442_create_planets_rogue_planets.rb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_4-0-5/db/migrate/20140529011835_create_planets_rogue_planets.rb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_3-2-13/db/migrate/20130512153655_create_planets_rogue_planets.rb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_3-1-12/db/migrate/20130512153927_create_planets_rogue_planets.rb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_3-2-13/db/migrate/20130512153655_create_planets_rogue_planets.rb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_4-0-5/db/migrate/20140529011835_create_planets_rogue_planets.rb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_4-1-1/db/migrate/20140529014442_create_planets_rogue_planets.rb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_3-1-12/db/migrate/20130512153927_create_planets_rogue_planets.rb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_3-2-13/db/migrate/20130512153655_create_planets_rogue_planets.rb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_4-1-1/db/migrate/20140529014442_create_planets_rogue_planets.rb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_4-0-5/db/migrate/20140529011835_create_planets_rogue_planets.rb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_4-0-1/db/migrate/20131109165833_create_planets_rogue_planets.rb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_3-1-12/db/migrate/20130512153927_create_planets_rogue_planets.rb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_3-2-13/db/migrate/20130512153655_create_planets_rogue_planets.rb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_3-1-12/db/migrate/20130512153927_create_planets_rogue_planets.rb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_3-2-13/db/migrate/20130512153655_create_planets_rogue_planets.rb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_4-0-0-rc1/db/migrate/20130512153335_create_planets_rogue_planets.rb