Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('metabib.browse_entry_def_map_id_seq'::regclass) |
|
|
|||||
entry | int8 | 19 | √ | null |
|
|
|||||
def | int4 | 10 | √ | null |
|
|
|||||
source | int8 | 19 | √ | null |
|
|
|||||
int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
browse_entry_def_map_pkey | Primary key | Asc | id |
browse_entry_def_map_def_idx | Performance | Asc | def |
browse_entry_def_map_entry_idx | Performance | Asc | entry |
browse_entry_def_map_source_idx | Performance | Asc | source |