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

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

The SQL type of all of the columns on this table