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