Type Alias SqlType
pub type SqlType = (Uuid, Varchar, Text, Text, Nullable<Uuid>, Nullable<Varchar>, Nullable<Uuid>, Nullable<Timestamp>, Nullable<Int4>, Nullable<Varchar>, Nullable<Array<Varchar>>, Nullable<Array<Text>>, Nullable<Varchar>, Nullable<Array<Uuid>>);
Expand description
The SQL type of all of the columns on this table