Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('change_log_crashes_id_seq'::regclass) |
|
|
|||||
record_id | int4 | 10 | null |
|
|
||||||
operation_type | text | 2147483647 | null |
|
|
||||||
record_json | jsonb | 2147483647 | null |
|
|
||||||
created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
created_by | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
change_log_crashes_pkey | Primary key | Asc | id |
change_log_crashes_record_id_idx | Performance | Asc | record_id |