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