app_dp_plan

0 rows


Description

Stores individual plans belonging to users.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_dp_plan_id_seq'::regclass)
app_dp_plan_evidence.planid Defined in XMLR
templateid int8 19 null
userid int8 19 null
name varchar 255 null
description text 2147483647 null
startdate int8 19 null
enddate int8 19 null
timecompleted int8 19 null
status int2 5 null

Indexes

Constraint Name Type Sort Column(s)
app_dpplan_id_pk Primary key Asc id
app_dpplan_tem_ix Performance Asc templateid
app_dpplan_use_ix Performance Asc userid

Relationships