class AddFeesAmountToInvStatements < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_statements, :fees_amount, :decimal, precision: 10, scale: 3
  end
end
