Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
planning_decision_id | int8 | 19 | null |
|
|
System generated sequence number to uniquely identify a PLANNING DECISION |
|||||
planning_review_id | int8 | 19 | null |
|
|
System generated sequence number to uniquely identify a PLANNING REVIEW |
|||||
planning_acceptance_code | varchar | 10 | null |
|
|
User supplied value to uniquely identify a PLANNING ACCEPTANCE CODE |
|||||
decision_source | varchar | 4 | null |
|
|
The source of the PLANNING DECISION (ALC Staff or ALC Commission) |
|||||
resolution_number | int4 | 10 | √ | null |
|
|
A system generated sequence number that is suffixed with the year of the decision date and is the public identifier for the decision resolution. For example 1234-2007 |
||||
decision_date | timestamp | 29,6 | null |
|
|
Date the decision was rendered by the commission |
|||||
description | varchar | 4000 | null |
|
|
Further description of the PLANNING DECISION |
|||||
who_created | varchar | 32 | null |
|
|
WHO CREATED is the IDIR or Oracle userid of the person who created the record. |
|||||
when_created | timestamp | 29,6 | null |
|
|
WHEN CREATED is the date/time that the record was created. |
|||||
who_updated | varchar | 32 | √ | null |
|
|
WHO UPDATED is the IDIR or Oracle userid of the person who last updated the record. |
||||
when_updated | timestamp | 29,6 | √ | null |
|
|
WHEN UPDATED is the date/time that the record was last updated. |
||||
revision_count | int8 | 19 | 0 |
|
|
REVISION COUNT is used by Hibernate to control optimistic locking |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
oats_planning_decisions_pkey | Primary key | Asc | planning_decision_id |
oats_pldc_plac_fk_i | Performance | Asc | planning_acceptance_code |
oats_pldc_plrv_fk_i | Performance | Asc | planning_review_id |
Check Constraints
Constraint Name | Constraint |
---|---|
avcon_1238100890_decis_000 | ((decision_source)::text = ANY ((ARRAY['STAF'::character varying, 'COMM'::character varying])::text[])) |