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