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

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

The SQL type of all of the columns on this table