pub async fn type_id_latest(
    conn: &mut PoolConnection<Sqlite>,
    schema_name: &str
) -> Result<String>