pub type SqlType = (Uuid, 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>, Nullable<Varchar>);The SQL type of all of the columns on this table