collector

725 rows


Description

Linking table recording the people who were involved in the collecting event

Columns

Column Type Size Nulls Auto Default Children Parents Comments
collector_id serial 10 nextval('collector_collector_id_seq'::regclass)

PK. Unique ID. Generated by the database

coll_event_id int4 10 null
collecting_event.coll_event_id collecting_event_collector_fkR

FK. ID for the collecting event. Links to the collecting_event table.

person_id int4 10 null
person.person_id person_collector_fkR

FK. ID for the collector. Links to the person table.

timestamp_created timestamptz 35,6 now()
timestamp_modified timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
collector_id Primary key Asc collector_id

Relationships