Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_glossary_entries_categories_id_seq'::regclass) |
|
|
||||
categoryid | int8 | 19 | 0 |
|
|
|||||
entryid | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_glosentrcate_id_pk | Primary key | Asc | id |
app_glosentrcate_cat_ix | Performance | Asc | categoryid |
app_glosentrcate_ent_ix | Performance | Asc | entryid |