1 2 3 4 5
class AddErrorsToCommit < ActiveRecord::Migration def change add_column :commits, :yaml_errors, :text end end