Sha256: f9f6e9e1041c75ef7a0809cecbc52e7daa559fa5b48da0f93f1c97cc28a9a6a6

Contents?: true

Size: 163 Bytes

Versions: 15

Compression:

Stored size: 163 Bytes

Contents

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

      t.timestamps null: false
    end
  end
end

Version data entries

15 entries across 3 versions & 1 rubygems

Version Path
tabulous-2.1.4 spec/applications/subtabs/rails_4-2-0/db/migrate/20141222142156_create_planets.rb
tabulous-2.1.4 spec/applications/simple_tabs/rails_4-2-0/db/migrate/20141222135009_create_planets.rb
tabulous-2.1.4 spec/applications/bootstrap/rails_4-2-0/db/migrate/20141222134205_create_planets.rb
tabulous-2.1.4 spec/applications/main/rails_4-2-0/db/migrate/20141221212744_create_planets.rb
tabulous-2.1.4 spec/applications/custom_renderer/rails_4-2-0/db/migrate/20141222134853_create_planets.rb
tabulous-2.1.3 spec/applications/main/rails_4-2-0/db/migrate/20141221212744_create_planets.rb
tabulous-2.1.3 spec/applications/bootstrap/rails_4-2-0/db/migrate/20141222134205_create_planets.rb
tabulous-2.1.3 spec/applications/custom_renderer/rails_4-2-0/db/migrate/20141222134853_create_planets.rb
tabulous-2.1.3 spec/applications/simple_tabs/rails_4-2-0/db/migrate/20141222135009_create_planets.rb
tabulous-2.1.3 spec/applications/subtabs/rails_4-2-0/db/migrate/20141222142156_create_planets.rb
tabulous-2.1.2 spec/applications/bootstrap/rails_4-2-0/db/migrate/20141222134205_create_planets.rb
tabulous-2.1.2 spec/applications/subtabs/rails_4-2-0/db/migrate/20141222142156_create_planets.rb
tabulous-2.1.2 spec/applications/simple_tabs/rails_4-2-0/db/migrate/20141222135009_create_planets.rb
tabulous-2.1.2 spec/applications/main/rails_4-2-0/db/migrate/20141221212744_create_planets.rb
tabulous-2.1.2 spec/applications/custom_renderer/rails_4-2-0/db/migrate/20141222134853_create_planets.rb