I'm synchronizing to RDS. In the `invoices__line_item_taxes` table, the `tax_rate` column is stored as a `bigint`. This means that tax rates are truncated to the nearest whole percent (eg: Quebec QST is truncated from `9.975` to `9`).
I'm synchronizing to RDS.
In the
invoices__line_item_taxestable, thetax_ratecolumn is stored as abigint.This means that tax rates are truncated to the nearest whole percent (eg: Quebec QST is truncated from
9.975to9).