NUMERIC

Constant NUMERIC 

Source
pub const NUMERIC: TypeMarker;
Expand description

Specifies a NUMERIC column type (arbitrary precision).

NUMERIC stores exact numbers with arbitrary precision.

See: https://www.postgresql.org/docs/current/datatype-numeric.html#DATATYPE-NUMERIC-DECIMAL