courseapi::schema::course

Type Alias SqlType

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

The SQL type of all of the columns on this table