inventoryapi::schema::todo

Type Alias SqlType

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

The SQL type of all of the columns on this table