Type Definition lemmy_db_schema::schema::site::SqlType[][src]

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

The SQL type of all of the columns on this table