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 |
|
|
|||||||
ar_id | uuid | 2147483647 | √ | null |
|
|
||||||
version | int8 | 19 | √ | null |
|
|
||||||
ar_outward_fk | uuid | 2147483647 | √ | null |
|
|
||||||
ar_inward_fk | uuid | 2147483647 | √ | null |
|
|
||||||
ar_type | varchar | 32 | √ | null |
|
|
||||||
ar_note | varchar | 1 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
agreement_relationship_pkey | Primary key | Asc | __id |
agreement_relationship___origin_idx | Performance | Asc | __origin |
agreement_relationship___source_idx | Performance | Asc | __source |
agreement_relationship___start_idx | Performance | Asc | __start |
agreement_relationship_ar_id_idx | Performance | Asc | ar_id |
agreement_relationship_ar_inward_fk_idx | Performance | Asc | ar_inward_fk |
agreement_relationship_ar_note_idx | Performance | Asc | ar_note |
agreement_relationship_ar_outward_fk_idx | Performance | Asc | ar_outward_fk |
agreement_relationship_ar_type_idx | Performance | Asc | ar_type |
agreement_relationship_version_idx | Performance | Asc | version |