Type Definition block_tools::db::schema::users::SqlType[][src]

type SqlType = (Int4, Varchar, Varchar, Varchar, Varchar, Int4, Nullable<Varchar>);

The SQL type of all of the columns on this table