class CreateComments < ActiveRecord::Migration def change create_table :comments do |t| t.string :content end end end