Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('content_set_id_seq'::regclass) |
|
|
||||
| label | text | 2147483647 | null |
|
|
|||||
| name | text | 2147483647 | √ | null |
|
|
||||
| product_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| content_set_pkey | Primary key | Asc | id |
| content_set_label_key | Must be unique | Asc | label |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| content_set_name_check | ((NOT empty(name))) |
| content_set_label_check | ((NOT empty(label))) |



