Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('data_allegationcategory_id_seq'::regclass) |
|
|
||||||
category_code | varchar | 255 | null |
|
|
|||||||
category | varchar | 255 | null |
|
|
|||||||
allegation_name | varchar | 255 | null |
|
|
|||||||
on_duty | bool | 1 | null |
|
|
|||||||
citizen_dept | varchar | 50 | null |
|
|
|||||||
created_at | timestamptz | 35,6 | null |
|
|
|||||||
updated_at | timestamptz | 35,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
data_allegationcategory_pkey | Primary key | Asc | id |