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

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

The SQL type of all of the columns on this table