Public.categories (table)
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 |