Skip to main content

time

Function time 

Source
pub fn time(value: NaiveTime, scale: u8) -> Time
Expand description

Create a time(scale) parameter for an Always Encrypted time column.

AE requires the declared time(scale) to match the column exactly, and the scale also determines the encrypted byte length, so the value alone is insufficient. scale is the fractional-second digits (0–7).