class AddLostFields < ActiveRecord::Migration[6.1]
  def change
    add_column :appointments, :comments, :text
    add_column :subscriptions, :comments, :text
  end
end
