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

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

The SQL type of all of the columns on this table