Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| category_id | serial | 10 | √ | nextval('categories_category_id_seq'::regclass) |
|
|
||||
| category_name | text | 2147483647 | null |
|
|
|||||
| description | text | 2147483647 | √ | null |
|
|
||||
| picture | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_categories | Primary key | Asc | category_id |

