Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
__id | int8 | 19 | √ | null |
|
|
||||
__cf | bool | 1 | true |
|
|
|||||
__start | timestamptz | 35,6 | null |
|
|
|||||
__source | varchar | 63 | null |
|
|
|||||
__origin | varchar | 63 | ''::character varying |
|
|
|||||
id | uuid | 2147483647 | √ | null |
|
|
||||
loan_id | uuid | 2147483647 | √ | null |
|
|
||||
user_id | uuid | 2147483647 | √ | null |
|
|
||||
due_date | timestamptz | 35,6 | √ | null |
|
|
||||
due_date_changed_by_recall | bool | 1 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
loan_due_date_changed_event__t_pkey | Primary key | Asc | __id |
loan_due_date_changed_event__t___origin_idx | Performance | Asc | __origin |
loan_due_date_changed_event__t___source_idx | Performance | Asc | __source |
loan_due_date_changed_event__t___start_idx | Performance | Asc | __start |
loan_due_date_changed_event__t_due_date_changed_by_recall_idx | Performance | Asc | due_date_changed_by_recall |
loan_due_date_changed_event__t_due_date_idx | Performance | Asc | due_date |
loan_due_date_changed_event__t_id_idx | Performance | Asc | id |
loan_due_date_changed_event__t_loan_id_idx | Performance | Asc | loan_id |
loan_due_date_changed_event__t_user_id_idx | Performance | Asc | user_id |