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