pub fn time(value: NaiveTime, scale: u8) -> TimeExpand 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).