1class AddImageUrlToTutorial < ActiveRecord::Migration 2 def change 3 add_column :tutorials, :image_url, :string 4 end 5end