class AddHeadshotCollectionUidToProjects < ActiveRecord::Migration[5.2] def change add_column :projects, :headshot_collection_uid, :string end end