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

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

The SQL type of all of the columns on this table