Type Alias backend::schema::layers::SqlType

source ยท
pub type SqlType = (Int4, LayerType, Text, Bool, Uuid, Nullable<Timestamp>, Int4);
Expand description

The SQL type of all of the columns on this table