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 |
|
|
|||||
pol_id | uuid | 2147483647 | √ | null |
|
|
||||
pol_version | int8 | 19 | √ | null |
|
|
||||
pol_orders_fk | uuid | 2147483647 | √ | null |
|
|
||||
pol_owner_fk | uuid | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
order_line_pkey | Primary key | Asc | __id |
order_line___origin_idx | Performance | Asc | __origin |
order_line___source_idx | Performance | Asc | __source |
order_line___start_idx | Performance | Asc | __start |
order_line_pol_id_idx | Performance | Asc | pol_id |
order_line_pol_orders_fk_idx | Performance | Asc | pol_orders_fk |
order_line_pol_owner_fk_idx | Performance | Asc | pol_owner_fk |
order_line_pol_version_idx | Performance | Asc | pol_version |