pub const REAL: TypeMarker;Expand description
Specifies a REAL column type (32-bit float).
REAL (or FLOAT4) stores 32-bit floating point numbers.
See: https://www.postgresql.org/docs/current/datatype-numeric.html#DATATYPE-FLOAT
pub const REAL: TypeMarker;Specifies a REAL column type (32-bit float).
REAL (or FLOAT4) stores 32-bit floating point numbers.
See: https://www.postgresql.org/docs/current/datatype-numeric.html#DATATYPE-FLOAT