Skip to main content

Decimal

Type Alias Decimal 

Source
pub type Decimal = f64;
Expand description

Maps to NUMERIC. Override precision/scale with #[col(precision = N, scale = N)].