Difference between revisions of "Public.category node (table)"
Line 39: | Line 39: | ||
|- valign="top" | |- valign="top" | ||
| catenode_unique_idx | | catenode_unique_idx | ||
− | | | + | | |
| categoryid, nodeid | | categoryid, nodeid | ||
|- valign="top" | |- valign="top" |
Latest revision as of 10:19, 27 August 2011
Contents
wikibot[edit]
Table | public.category_node |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
categoryid | integer | null | ||
nodeid | integer | null |
Indexes[edit]
Index | Type | Columns |
catenode_unique_idx | categoryid, nodeid | |
catid_idx | categoryid | |
catnode_idx | nodeid |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.categories | categoryid | categoryid |
public.node | nodeid | nodeid |