Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
citation_id | bigserial | 19 | √ | nextval('citations_citation_id_seq'::regclass) |
|
|
||||
publication_id | int8 | 19 | null |
|
|
|||||
raw_citation | text | 2147483647 | null |
|
|
|||||
seq | int8 | 19 | '0'::bigint |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
citations_pkey | Primary key | Asc | citation_id |
citations_publication | Performance | Asc | publication_id |
citations_publication_seq | Must be unique | Asc/Asc | publication_id + seq |