authority.rec_descriptor

Columns

Column Type Nullable Default Notes

id PK

bigint

No

nextval('authority.rec_descriptor_id_seq'::regclass)

record

bigint

Yes

record_status

text

Yes

encoding_level

text

Yes

thesaurus

text

Yes

Primary Key

(id)

Indexes

Index Method Definition

rec_descriptor_pkey PK

btree

CREATE UNIQUE INDEX rec_descriptor_pkey ON authority.rec_descriptor USING btree (id)

authority_rec_descriptor_record_idx

btree

CREATE INDEX authority_rec_descriptor_record_idx ON authority.rec_descriptor USING btree (record)