pub async fn list_column_by_id(
    conn: &mut IndexerConnection,
    col_id: i64
) -> Result<Vec<Column>>
Expand description

Return the set of Columns associated with a given TypeId.