app_dp_plan_evidence

0 rows


Description

Contains user evidence associated with a plan

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_dp_plan_evidence_id_seq'::regclass)
planid int8 19 null
app_dp_plan.id Defined in XMLR
name varchar 255 null
description text 2147483647 null
type int2 5 0
filepath text 2147483647 null
timecreated int8 19 null
timemodified int8 19 null
usermodified int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_dpplanevid_id_pk Primary key Asc id
app_dpplanevid_pla_ix Performance Asc planid

Relationships