pub type Decimal = f64;
Maps to NUMERIC. Override precision/scale with #[col(precision = N, scale = N)].
NUMERIC
#[col(precision = N, scale = N)]