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

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

The SQL type of all of the columns on this table