Public.category node (table)
Contents
wikibot
| Table | public.category_node |
Columns
| Column | Data Type | Nullable | Default | Description |
| categoryid | integer | null | ||
| nodeid | integer | null |
Indexes
| Index | Type | Columns |
| catenode_unique_idx | categoryid, nodeid | |
| catid_idx | categoryid | |
| catnode_idx | nodeid |
Foreign Keys
| Relation | Column | Referenced Column |
| public.categories | categoryid | categoryid |
| public.node | nodeid | nodeid |