Sha256: 4e1240aa171f6106052994273dc5151dd091f960dc9859ad690ccabf715df928

Contents?: true

Size: 172 Bytes

Versions: 20

Compression:

Stored size: 172 Bytes

Contents

class CreatePlanetsExoplanets < ActiveRecord::Migration
  def change
    create_table :planets_exoplanets 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/20140529014440_create_planets_exoplanets.rb
tabulous-2.1.4 spec/applications/multiple_tabsets/rails_4-0-5/db/migrate/20140529011833_create_planets_exoplanets.rb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_3-1-12/db/migrate/20130512153925_create_planets_exoplanets.rb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_4-1-1/db/migrate/20140529014440_create_planets_exoplanets.rb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_4-0-5/db/migrate/20140529011833_create_planets_exoplanets.rb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_3-2-13/db/migrate/20130512153653_create_planets_exoplanets.rb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_3-1-12/db/migrate/20130512153925_create_planets_exoplanets.rb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_3-2-13/db/migrate/20130512153653_create_planets_exoplanets.rb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_4-0-5/db/migrate/20140529011833_create_planets_exoplanets.rb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_4-1-1/db/migrate/20140529014440_create_planets_exoplanets.rb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_3-1-12/db/migrate/20130512153925_create_planets_exoplanets.rb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_3-2-13/db/migrate/20130512153653_create_planets_exoplanets.rb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_4-1-1/db/migrate/20140529014440_create_planets_exoplanets.rb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_4-0-5/db/migrate/20140529011833_create_planets_exoplanets.rb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_4-0-1/db/migrate/20131109165831_create_planets_exoplanets.rb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_3-1-12/db/migrate/20130512153925_create_planets_exoplanets.rb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_3-2-13/db/migrate/20130512153653_create_planets_exoplanets.rb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_3-1-12/db/migrate/20130512153925_create_planets_exoplanets.rb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_3-2-13/db/migrate/20130512153653_create_planets_exoplanets.rb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_4-0-0-rc1/db/migrate/20130512153333_create_planets_exoplanets.rb