Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('metabib.browse_entry_simple_heading_map_id_seq'::regclass) |
|
|
|||||
entry | int8 | 19 | √ | null |
|
|
|||||
simple_heading | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
browse_entry_simple_heading_map_pkey | Primary key | Asc | id |
browse_entry_sh_map_entry_idx | Performance | Asc | entry |
browse_entry_sh_map_sh_idx | Performance | Asc | simple_heading |