Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_flow_operations_scope_id_seq'::regclass) |
|
|
||
| operation_id | int4 | 10 | 0 |
|
|
|||
| type | int4 | 10 | 0 |
|
|
|||
| value | varchar | 64 | √ | ''::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_flow_operations_scope_pkey | Primary key | Asc | id |
| flow_unique_scope | Must be unique | Asc/Asc/Asc | operation_id + type + value |