Type Alias backend::schema::plantings::SqlType

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

The SQL type of all of the columns on this table