class AddFeesDescriptionToInvStatements < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_statements, :fees_description, :string
  end
end
