Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bigserial | 19 | √ | nextval('authors_author_id_seq'::regclass) |
|
|
|||||||||||
varchar | 90 | null |
|
|
||||||||||||
include_in_browse | int2 | 5 | '1'::smallint |
|
|
|||||||||||
publication_id | int8 | 19 | null |
|
|
|||||||||||
seq | float8 | 17,17 | '0'::double precision |
|
|
|||||||||||
user_group_id | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
authors_pkey | Primary key | Asc | author_id |
authors_user_group_id | Performance | Asc | user_group_id |