planning_review_decision

-1 rows


Description

Links Planning Review decision document with the decision it’s saved to

Columns

Column Type Size Nulls Auto Default Children Parents Comments
audit_deleted_date_at timestamptz 35,6 null
audit_created_at timestamptz 35,6 now()
audit_updated_at timestamptz 35,6 now()
audit_created_by varchar 2147483647 null
audit_updated_by varchar 2147483647 null
uuid uuid 2147483647 gen_random_uuid()
planning_review_decision_document.decision_uuid FK_5866953e6d14233cace5d93564d R
date timestamptz 35,6 null
was_released bool 1 false
outcome_code text 2147483647 null
planning_review_decision_outcome_code.code FK_98f71d634dd9388cf287b02c728 R
resolution_number int4 10 null
resolution_year int2 5 null
is_draft bool 1 false

Indicates whether the decision is currently draft or not

decision_description text 2147483647 null

Staff input field for a description of the decision

created_at timestamptz 35,6 now()

Date that indicates when decision was created. It is not editable by user.

planning_review_uuid uuid 2147483647 null
planning_review.uuid FK_3d54a8ce0b6c8a61d413aeb0080 R

Indexes

Constraint Name Type Sort Column(s)
PK_fd29fa62e1b5b13602b851aa180 Primary key Asc uuid
IDX_c85b10d6e99cb1585f56f60ae8 Must be unique Asc/Asc resolution_number + resolution_year

Relationships