Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| category_id | serial | 10 | √ | nextval('category_category_id_seq'::regclass) |
|
|
||||
| name | varchar | 25 | null |
|
|
|||||
| last_update | timestamp | 29,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| category_pkey | Primary key | Asc | category_id |