class CreateBlogs < ActiveRecord::Migration def change create_table :blogs do |t| t.string :title t.text :content t.string :thumbnail t.timestamps end end end