Table: methods |
Legend:
Primary key columns
Indexed columns
Column | Type | Size | Nulls | Auto | Default | References | Comments |
---|---|---|---|---|---|---|---|
id | bigserial | 19 | χ | √ | nextval('methods_id_seq'::regclass) | ||
name | varchar | 255 | χ | χ | |||
description | text | 2147483647 | χ | χ | |||
citation_id | int8 | 19 | √ | χ | null | citations.id | |
created_at | timestamp | 29,6 | √ | χ | utc_now() | ||
updated_at | timestamp | 29,6 | √ | χ | utc_now() |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
id | Primary key | Asc | methods_pkey |
citation_id | Performance | Asc | index_methods_on_citation_id |
![]() ![]() |