Normalize a payor name for lookup/storage. Mirrors legacy findOrCreatePayor: trim + lowercase. The unique index on payors.name is case-sensitive at the SQL level, so callers must agree on a normalization rule — this is it.
findOrCreatePayor
payors.name
Normalize a payor name for lookup/storage. Mirrors legacy
findOrCreatePayor: trim + lowercase. The unique index onpayors.nameis case-sensitive at the SQL level, so callers must agree on a normalization rule — this is it.