Request Handler lookup table for archive containing the dataset(s) requested; corresponds to Java enum of same name.

Definition:

 Column |         Type          | Collation | Nullable | Default
--------+-----------------------+-----------+----------+---------
 id     | numeric               |           | not null |
 name   | character varying(10) |           | not null |
Indexes:
    "archive_pkey" PRIMARY KEY, btree (id)
Referenced by:
    TABLE "rh_requests" CONSTRAINT "fk_archive" FOREIGN KEY (archive_id) REFERENCES archive(id)

Columns:

id: primary key

name: Restricted to values of Archive enum: currently ALMA, VLA.



  • No labels