Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
record : bigint
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES biblio.record_entry.
|
label : text
--
UNIQUE#1 ,
NOT NULL ,
|
label_sortkey : text
--
NOT NULL ,
|
Tables referencing asset.copy_part_map via Foreign Key Constraints:
asset.copy_part_map |
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
peer_type : integer
--
NOT NULL ,
REFERENCES biblio.peer_type.
|
peer_record : bigint
--
NOT NULL ,
REFERENCES biblio.record_entry.
|
target_copy : bigint
--
NOT NULL ,
|
Indexes:
peer_bib_copy_map_copy_idx : target_copy |
peer_bib_copy_map_record_idx : peer_record |
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
name : text
--
UNIQUE ,
NOT NULL ,
|
Tables referencing biblio.peer_bib_copy_map via Foreign Key Constraints:
biblio.peer_bib_copy_map |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
creator : integer
--
NOT NULL ,
DEFAULT 1 ,
REFERENCES actor.usr.
|
editor : integer
--
NOT NULL ,
DEFAULT 1 ,
REFERENCES actor.usr.
|
source : integer -- |
quality : integer -- |
create_date : timestamp with time zone
--
NOT NULL ,
DEFAULT now() ,
|
edit_date : timestamp with time zone
--
NOT NULL ,
DEFAULT now() ,
|
active : boolean
--
NOT NULL ,
DEFAULT true ,
|
deleted : boolean
--
NOT NULL ,
DEFAULT false ,
|
fingerprint : text -- |
tcn_source : text
--
NOT NULL ,
DEFAULT 'AUTOGEN'::text ,
|
tcn_value : text
--
NOT NULL ,
DEFAULT biblio.next_autogen_tcn_value() ,
|
marc : text
--
NOT NULL ,
|
last_xact_id : text
--
NOT NULL ,
|
owner : integer
--
REFERENCES actor.org_unit.
|
share_depth : integer -- |
Indexes:
biblio_record_entry_create_date_idx : create_date |
biblio_record_entry_creator_idx : creator |
biblio_record_entry_edit_date_idx : edit_date |
biblio_record_entry_editor_idx : editor |
biblio_record_entry_fp_idx : fingerprint |
Tables referencing acq.lineitem via Foreign Key Constraints:
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
record : bigint
--
NOT NULL ,
REFERENCES biblio.record_entry.
|
value : text
--
NOT NULL ,
|
creator : integer
--
NOT NULL ,
DEFAULT 1 ,
REFERENCES actor.usr.
|
editor : integer
--
NOT NULL ,
DEFAULT 1 ,
REFERENCES actor.usr.
|
pub : boolean
--
NOT NULL ,
DEFAULT false ,
|
create_date : timestamp with time zone
--
NOT NULL ,
DEFAULT now() ,
|
edit_date : timestamp with time zone
--
NOT NULL ,
DEFAULT now() ,
|
Indexes:
biblio_record_note_creator_idx : creator |
biblio_record_note_editor_idx : editor |
biblio_record_note_record_idx : record |
Report any errors in this documentation using Launchpad.
Documentation for Evergreen version 2.2
Copyright © 2007-2012,
Memebers of the Evergreen Project