Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
master_set_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
contact_id | int4 | 10 | √ |
|
|
Identifies the contact person or organization responsible for the master dataset. |
||||
biblio_id | int4 | 10 | √ |
|
|
Specifies the primary literature or reference related to the master dataset (e.g., Buckland & Buckland 2006 for BugsCEP). |
||||
master_name | varchar(100) | 100 | √ |
|
|
Name or title assigned to the master dataset (e.g., MAL, BugsCEP, DendroLab). |
||||
master_notes | text | 2147483647 | √ |
|
|
Detailed description of the master dataset, including its nature (e.g., database, lab) and any pertinent tracking information. |
||||
url | text | 2147483647 | √ |
|
|
Web address or URL related to the master dataset, which could be a project, lab, or other entity. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
master_set_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_dataset_masters_pkey | Primary key | Asc | master_set_id |
pk_tbl_dataset_masters | Must be unique | Asc | master_set_uuid |
tbl_dataset_masters_master_name_key | Must be unique | Asc | master_name |
tbl_dataset_masters_master_name_unique | Must be unique | Asc | master_name |