Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('module_profile_id_seq'::regclass) |
|
|
||||
| stream_id | int4 | 10 | null |
|
|
|||||
| profile_name | varchar | 16 | null |
|
|
|||||
| is_default | bool | 1 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| module_profile_pkey | Primary key | Asc | id |
| module_profile_stream_uq | Must be unique | Asc/Asc | stream_id + profile_name |

