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 |
|
|
FK. ID for the collecting event. Links to the collecting_event table. |
||||
| person_id | int4 | 10 | null |
|
|
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 |

