pub const REAL: TypeMarker;Expand description
Specifies a REAL column type.
§Example
ⓘ
#[column(real)]
price: f64,REAL columns store 8-byte IEEE floating point numbers.
See: https://sqlite.org/datatype3.html#storage_classes_and_datatypes