Public so test/comparison tooling can read the canonical override list
without duplicating it. The schema-equivalence comparison script
(scripts/compare-pg-ss-snapshots.mjs) uses this to know that e.g.
datetime → TIMESTAMPTZ is intentional MJ design and must NOT be
reported as drift. Keep this as the single source of truth.
Public so test/comparison tooling can read the canonical override list without duplicating it. The schema-equivalence comparison script (
scripts/compare-pg-ss-snapshots.mjs) uses this to know that e.g.datetime → TIMESTAMPTZis intentional MJ design and must NOT be reported as drift. Keep this as the single source of truth.