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-1.3.2 spec/applications/simple_tabs/rails_3-1-12/db/migrate/20130406133627_create_planets.rb
tabulous-1.3.2 spec/applications/main/rails_4-0-0-beta1/db/migrate/20130406133852_create_planets.rb
tabulous-1.3.2 spec/applications/main/rails_3-1-12/db/migrate/20130406133340_create_planets.rb