Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
biblio_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
bugs_reference | varchar(60) | 60 | √ |
|
|
Identifier linking this entry to the BugsCEP database or other related datasets. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
date_updated | timestamptz | 35,6 | √ |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
doi | varchar(255) | 255 | √ |
|
|
Digital Object Identifier providing a stable, unique reference for digital content. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
isbn | varchar(128) | 128 | √ |
|
|
International Standard Book Number (ISBN) for cataloging and tracking books. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
notes | text | 2147483647 | √ |
|
|
Additional anlabels or comments related to the bibliographic entry. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | varchar | 2147483647 | √ |
|
|
Title of the referenced work. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
year | varchar(255) | 255 | √ |
|
|
Year the referenced work was published. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
varchar | 2147483647 | √ |
|
|
Formatted list of authors for the bibliographic entry, adhering to citation standards. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
full_reference | text | 2147483647 |
|
|
Complete citation including all necessary details such as author, title, publication date, and publisher. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
url | varchar | 2147483647 | √ |
|
|
Online link to the bibliographic resource, if available. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
biblio_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_biblio_pkey | Primary key | Asc | biblio_id |
pk_tbl_biblio_uuid | Must be unique | Asc | biblio_uuid |