backend::schema::users

Type Alias SqlType

source
pub type SqlType = (Uuid, Salutation, Nullable<Text>, Text, Nullable<Text>, Nullable<Text>, Nullable<Text>, Nullable<Experience>, Nullable<Membership>, Nullable<Array<Nullable<Int4>>>, Nullable<Date>, Nullable<Array<Nullable<Int4>>>);
Expand description

The SQL type of all of the columns on this table