Type Alias backend::schema::drawings::SqlType

source ยท
pub type SqlType = (Uuid, DrawingShapeType, Nullable<Date>, Nullable<Date>, Float4, Float4, Float4, Int4, Int4, Jsonb, Uuid, Text);
Expand description

The SQL type of all of the columns on this table