Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('appearance_charge_history_id_seq'::regclass) |
|
|
||
| appearance_id | int4 | 10 | null |
|
|
|||
| charge_id | int4 | 10 | null |
|
|
|||
| created_at | timestamptz | 35,6 | null |
|
|
|||
| created_by | varchar | 2147483647 | null |
|
|
|||
| created_prison | varchar | 2147483647 | √ | null |
|
|
||
| removed_at | timestamptz | 35,6 | √ | null |
|
|
||
| removed_by | varchar | 2147483647 | √ | null |
|
|
||
| removed_prison | varchar | 2147483647 | √ | null |
|
|
||
| change_source | varchar | 2147483647 | 'NOMIS'::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| appearance_charge_history_pkey | Primary key | Asc | id |
| idx_appearance_charge_history_appearance_id | Performance | Asc | appearance_id |