pub async fn get_table_columns( pool: &PgPool, schema: &str, table: &str, ) -> Result<Vec<ColumnInfo>, Error>