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