class CreateBookBooks < ActiveRecord::Migration def change create_table :book_books do |t| t.string :title t.text :summary t.text :body t.string :writer t.timestamps end end end