Difference between revisions of "Public.categories (table)"
(3 intermediate revisions by the same user not shown) | |||
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.categories | | public.categories | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| categoryid | | categoryid | ||
| integer | | integer | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| categoryname | | categoryname | ||
| varchar(64) | | varchar(64) | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| categorydescription | | categorydescription | ||
| varchar(256) | | varchar(256) | ||
Line 43: | Line 41: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| category_pkey | | category_pkey | ||
| categoryid | | categoryid | ||
Line 54: | Line 52: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| category_idx | | category_idx | ||
− | | | + | | |
| categoryname | | categoryname | ||
|} | |} | ||
Line 67: | Line 65: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.category_node_(table)|public.category_node]] | | [[public.category_node_(table)|public.category_node]] | ||
| categoryid | | categoryid | ||
| categoryid | | categoryid | ||
|} | |} |
Latest revision as of 10:24, 27 August 2011
wikibot[edit]
Table | public.categories |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
categoryid | integer | not null | ||
categoryname | varchar(64) | not null | ||
categorydescription | varchar(256) | null |
Primary Key[edit]
Primary Key | Columns |
category_pkey | categoryid |
Indexes[edit]
Index | Type | Columns |
category_idx | categoryname |
Detail Tables[edit]
Detail Table | Column | Referencing Column |
public.category_node | categoryid | categoryid |