courseselectapi::schema::course

Type Alias SqlType

pub type SqlType = (Nullable<Timestamp>, Nullable<Int4>, Uuid, Nullable<Uuid>, Nullable<Varchar>, Nullable<Bool>, Uuid, Uuid, Nullable<Int4>, Nullable<Int4>, Uuid, Varchar, Nullable<Jsonb>, Nullable<Jsonb>, Nullable<Uuid>, Nullable<Array<Uuid>>, Varchar, Nullable<Varchar>, Nullable<Varchar>, Nullable<Int4>, Nullable<Bool>, Nullable<Float4>, Nullable<Jsonb>, Nullable<Jsonb>, Timestamp, Nullable<Timestamp>, Nullable<Jsonb>, Nullable<Array<Uuid>>);
Expand description

The SQL type of all of the columns on this table