app_perform_goal_task

-1 rows


Description

A goal can have a number of tasks

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_perform_goal_task_id_seq'::regclass)
app_perform_goal_task_resource.task_id Defined in XML R
goal_id int8 19 null
app_perform_goal.id Defined in XML R
description text 2147483647 null
completed_at int8 19 null
created_at int8 19 null
updated_at int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_perfgoaltask_id_pk Primary key Asc id
app_perfgoaltask_goa_ix Performance Asc goal_id

Relationships