Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
coll_event_id | serial | 10 | √ | nextval('collecting_event_coll_event_id_seq'::regclass) |
|
|
PK. Unique ID for a collecting event. Generated by the database |
|||||
site_id | int4 | 10 | null |
|
|
FK. ID for a site. Links to the site table |
||||||
start_date | varchar | 22 | √ | null |
|
|
Start of the collection event. |
|||||
end_date | varchar | 22 | √ | null |
|
|
End of the collection event |
|||||
coll_event_notes | varchar | 4000 | √ | null |
|
|
Notes about the event. |
|||||
timestamp_created | timestamptz | 35,6 | now() |
|
|
|||||||
timestamp_modified | timestamptz | 35,6 | √ | now() |
|
|
||||||
verbatim_date | varchar | 255 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
coll_event_id | Primary key | Asc | coll_event_id |
collecting_event_site_id_idx | Performance | Asc | site_id |