Flowdock
method

change

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: CreatePosts
change() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/guides/code/getting_started/db/migrate/20110901012504_create_posts.rb, line 2
  def change
    create_table :posts do |t|
      t.string :name
      t.string :title
      t.text :content

      t.timestamps
    end
  end
Register or log in to add new notes.