violation_code

-1 rows


Description

The alleged violation involved in the complaint. (E.g. ORV = Off Road Vehicles; PESTICDE = Pesticide)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
violation_code varchar 10 null
allegation_complaint.violation_code FK_algtncmplt_violatncd R

A human readable code used to identify a violation.

short_description varchar 50 null

The short description of the violation code.

long_description varchar 250 null

The long description of the violation code.

display_order int4 10 null

The order in which the values of the violation code table should be displayed when presented to a user in a list.

active_ind bool 1 null

A boolean indicator to determine if the violation code is active.

create_user_id varchar 32 null

The id of the user that created the violation code.

create_utc_timestamp timestamp 29,6 null

The timestamp when the violation code was created. The timestamp is stored in UTC with no Offset.

update_user_id varchar 32 null

The id of the user that updated the violation code.

update_utc_timestamp timestamp 29,6 null

The timestamp when the violation code was updated. The timestamp is stored in UTC with no Offset.

agency_code varchar 10 'COS'::character varying
agency_code.agency_code FK_violation_code_agency_code R

A human readable code used to identify an agency.

Indexes

Constraint Name Type Sort Column(s)
PK_violatncd Primary key Asc violation_code

Relationships