Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
site_other_records_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
site_id | int4 | 10 | √ |
|
|
Specifies the specific site. |
||||
biblio_id | int4 | 10 | √ |
|
|
Specifies the publication that describes or mentions site data is documented. |
||||
record_type_id | int4 | 10 | √ |
|
|
Specifies the type of data (proxy) represented in this record. |
||||
description | text | 2147483647 | √ |
|
|
A brief description of the data not currently stored in SEAD. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
site_other_records_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_site_other_records_pkey | Primary key | Asc | site_other_records_id |
pk_tbl_site_other_records | Must be unique | Asc | site_other_records_uuid |