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

From dbscript Online Help
Jump to: navigation, search
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
 
| Unique
 
| Unique
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
 
|}
 
|}

Revision as of 00:38, 25 June 2010

wikibot

Table public.categories

Columns

Column Data Type Nullable Default Description
categoryid integer not null
categoryname varchar(64) not null
categorydescription varchar(256) null

Primary Key

Primary Key Columns
category_pkey categoryid

Indexes

Index Type Columns
category_idx Unique categoryname

Detail Tables

Detail Table Column Referencing Column
public.category_node categoryid categoryid