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

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

The SQL type of all of the columns on this table