ActiveRecord::Migration
# File guides/code/getting_started/db/migrate/20130122042648_create_posts.rb, line 2 def change create_table :posts do |t| t.string :title t.text :text t.timestamps end end