pub async fn query_schema_columns( conn: &mut PgConnection, schema_name: &str, ) -> Result<Vec<SchemaColumn>>