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