Sha256: 6d6752518b63474b5219aaca57ee00798b7ff174103883a4a13acc3f8f22c754

Contents?: true

Size: 151 Bytes

Versions: 103

Compression:

Stored size: 151 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

103 entries across 7 versions & 1 rubygems

Version Path
tabulous-2.1.4 spec/applications/main/rails_4-0-5/db/migrate/20140529011754_create_planets.rb
tabulous-2.1.4 spec/applications/custom_renderer/rails_4-1-1/db/migrate/20140529014356_create_planets.rb
tabulous-2.1.4 spec/applications/simple_tabs/rails_4-0-5/db/migrate/20140529011913_create_planets.rb
tabulous-2.1.4 spec/applications/simple_tabs/rails_4-1-1/db/migrate/20140529014515_create_planets.rb
tabulous-2.1.4 spec/applications/bootstrap/rails_4-0-5/db/migrate/20140529011420_create_planets.rb
tabulous-2.1.4 spec/applications/bootstrap/rails_4-1-1/db/migrate/20140529013938_create_planets.rb
tabulous-2.1.4 spec/applications/custom_renderer/rails_4-0-5/db/migrate/20140529011616_create_planets.rb
tabulous-2.1.4 spec/applications/main/rails_4-1-1/db/migrate/20140529014225_create_planets.rb
tabulous-2.1.4 spec/applications/subtabs/rails_4-0-5/db/migrate/20140529011949_create_planets.rb
tabulous-2.1.4 spec/applications/subtabs/rails_4-1-1/db/migrate/20140529014555_create_planets.rb
tabulous-2.1.3 spec/applications/subtabs/rails_4-0-5/db/migrate/20140529011949_create_planets.rb
tabulous-2.1.3 spec/applications/simple_tabs/rails_4-0-5/db/migrate/20140529011913_create_planets.rb
tabulous-2.1.3 spec/applications/subtabs/rails_3-1-12/db/migrate/20130512154040_create_planets.rb
tabulous-2.1.3 spec/applications/subtabs/rails_3-2-13/db/migrate/20130512153759_create_planets.rb
tabulous-2.1.3 spec/applications/simple_tabs/rails_3-2-13/db/migrate/20130512153727_create_planets.rb
tabulous-2.1.3 spec/applications/simple_tabs/rails_4-1-1/db/migrate/20140529014515_create_planets.rb
tabulous-2.1.3 spec/applications/subtabs/rails_4-1-1/db/migrate/20140529014555_create_planets.rb
tabulous-2.1.3 spec/applications/main/rails_4-0-5/db/migrate/20140529011754_create_planets.rb
tabulous-2.1.3 spec/applications/main/rails_3-1-12/db/migrate/20130512152307_create_planets.rb
tabulous-2.1.3 spec/applications/main/rails_3-2-13/db/migrate/20130512152628_create_planets.rb