Sha256: ba70e492de7979498a1fd71c4dd79be6b4a4521e8fea28edfbecd7e6fb627c79

Contents?: true

Size: 191 Bytes

Versions: 195

Compression:

Stored size: 191 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def change
    create_table :posts do |t|
      t.string :name
      t.string :title
      t.text :content

      t.timestamps
    end
  end
end

Version data entries

195 entries across 156 versions & 21 rubygems

Version Path
warbler-1.4.10 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
railties-3.2.22.5 guides/code/getting_started/db/migrate/20110901012504_create_posts.rb
railties-3.2.22.4 guides/code/getting_started/db/migrate/20110901012504_create_posts.rb
railties-3.2.22.3 guides/code/getting_started/db/migrate/20110901012504_create_posts.rb
warbler-2.0.2 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
warbler-2.0.1 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
warbler-2.0.0 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
warbler-2.0.0.rc3 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
railties-3.2.22.2 guides/code/getting_started/db/migrate/20110901012504_create_posts.rb
railties-3.2.22.1 guides/code/getting_started/db/migrate/20110901012504_create_posts.rb
warbler-2.0.0.rc2 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
warbler-2.0.0.rc1 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
warbler-2.0.0.pre3 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
warbler-2.0.0.pre2 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
warbler-1.4.9 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
active_mailer-0.0.10 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/railties-3.2.12/guides/code/getting_started/db/migrate/20110901012504_create_posts.rb
railties-3.2.22 guides/code/getting_started/db/migrate/20110901012504_create_posts.rb
warbler-1.4.8 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
warbler-2.0.0.pre1 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb
warbler-1.4.7 integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb