oc_ex_task_processing


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('oc_ex_task_processing_id_seq'::regclass)
app_id varchar 32 null
oc_shares_limits.id Implied Constraint R
name varchar 255 null
display_name varchar 255 null
task_type varchar 255 null
custom_task_type text 2147483647 null
provider text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
oc_ex_task_processing_pkey Primary key Asc id
task_processing_idx Must be unique Asc/Asc/Asc app_id + name + task_type

Relationships