Sha256: 29ff6cae845ab19ff69303fe1aeff916739f38333b8fac4a8fc3493bd8cabab5

Contents?: true

Size: 194 Bytes

Versions: 3

Compression:

Stored size: 194 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def change
    create_table :posts do |t|
      t.string :author
      t.text :content
      t.datetime :when

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
db_notes_eng-0.0.3 test/dummy/db/migrate/20130430074432_create_posts.rb
db_notes_eng-0.0.2 test/dummy/db/migrate/20130430074432_create_posts.rb
db_notes_eng-0.0.1 test/dummy/db/migrate/20130430074432_create_posts.rb