class AddNotesToAppearanceReleases < ActiveRecord::Migration[5.2] def change add_column :appearance_releases, :notes, :text end end