projectapi::schema::task

Type Alias SqlType

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

The SQL type of all of the columns on this table