pub async fn list_column_by_id( conn: &mut PoolConnection<Sqlite>, col_id: i64) -> Result<Vec<Columns>>