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

pub type SqlType = (Int4, Int4, Int8, Int8, Int8, Int8, Bool, Timestamp, Timestamp, Timestamp);
Expand description

The SQL type of all of the columns on this table