app_perform_goal_task_resource

-1 rows


Description

Objects from other tables can be attached to a task (e.g. course)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_perform_goal_task_resource_id_seq'::regclass)
task_id int8 19 null
app_perform_goal_task.id Defined in XML R
resource_id int8 19 null
resource_type int2 5 null
created_at int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_perfgoaltaskreso_id_pk Primary key Asc id
app_perfgoaltaskreso_tas_ix Performance Asc task_id

Relationships