pub fn get_foreign_keys(
    conn: &mut Conn,
    table_name: String,
    schema: String
) -> Result<Vec<ForeignKeyRel>, Error>