Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('oc_flow_operations_id_seq'::regclass) |
|
|
||
| class | varchar | 256 | ''::character varying |
|
|
|||
| name | varchar | 256 | √ | ''::character varying |
|
|
||
| checks | text | 2147483647 | √ | null |
|
|
||
| operation | text | 2147483647 | √ | null |
|
|
||
| entity | varchar | 256 | 'OCA\WorkflowEngine\Entity\File'::character varying |
|
|
|||
| events | text | 2147483647 | '[]'::text |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_flow_operations_pkey | Primary key | Asc | id |