Difference between revisions of "Public.categories (table)"

From dbscript Online Help
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 55: Line 55:
 
|- valign="top"
 
|- valign="top"
 
| category_idx
 
| category_idx
| Unique
+
|  
 
| categoryname
 
| categoryname
 
|}
 
|}

Latest revision as of 11: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