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