app_glossary_entries_categories

0 rows


Description

categories of each glossary entry

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
app_glossary_categories.id Defined in XMLR
entryid int8 19 0
app_glossary_entries.id Defined in XMLR

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

Relationships