Difference between revisions of "Public.category node (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| public.category_node | | public.category_node | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| categoryid | | categoryid | ||
| integer | | integer | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| nodeid | | nodeid | ||
| integer | | integer | ||
Line 38: | Line 36: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| catenode_unique_idx | | catenode_unique_idx | ||
| Unique | | Unique | ||
| categoryid, nodeid | | categoryid, nodeid | ||
− | |- | + | |- valign="top" |
| catid_idx | | catid_idx | ||
| | | | ||
| categoryid | | categoryid | ||
− | |- | + | |- valign="top" |
| catnode_idx | | catnode_idx | ||
| | | | ||
Line 59: | Line 57: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.categories_(table)|public.categories]] | | [[public.categories_(table)|public.categories]] | ||
| categoryid | | categoryid | ||
| categoryid | | categoryid | ||
− | |- | + | |- valign="top" |
| [[public.node_(table)|public.node]] | | [[public.node_(table)|public.node]] | ||
| nodeid | | nodeid | ||
| nodeid | | nodeid | ||
|} | |} |
Revision as of 23:38, 24 June 2010
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 | Unique | categoryid, nodeid |
catid_idx | categoryid | |
catnode_idx | nodeid |
Foreign Keys
Relation | Column | Referenced Column |
public.categories | categoryid | categoryid |
public.node | nodeid | nodeid |