Type Alias backend::schema::seeds::SqlType

source ยท
pub type SqlType = (Int4, Text, Int2, Nullable<Date>, Nullable<Text>, Nullable<Text>, Nullable<Text>, Quantity, Nullable<Quality>, Nullable<Int2>, Nullable<Int2>, Nullable<Text>, Nullable<Int4>, Uuid, Nullable<Timestamp>);
Expand description

The SQL type of all of the columns on this table