Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('Insights.orderline_id_seq'::regclass) |
|
|
|||||||||||
attributes_info | text | 2147483647 | √ | null |
|
|
|||||||||||
status | varchar | 500 | null |
|
|
||||||||||||
order_id | int4 | 10 | null |
|
|
||||||||||||
product_id | int4 | 10 | null |
|
|
||||||||||||
delivery_type | varchar | 200 | √ | null |
|
|
|||||||||||
storefront_id | int4 | 10 | null |
|
|
||||||||||||
job_reference | text | 2147483647 | √ | null |
|
|
|||||||||||
record_count | int4 | 10 | √ | null |
|
|
|||||||||||
page_count | int4 | 10 | √ | null |
|
|
|||||||||||
weight | numeric | 18,4 | √ | null |
|
|
|||||||||||
ordered_date | timestamp | 29,6 | √ | null |
|
|
|||||||||||
unit_price_excl_tax | numeric | 18,4 | null |
|
|
||||||||||||
unit_price_incl_tax | numeric | 18,4 | null |
|
|
||||||||||||
price_incl_tax | numeric | 18,4 | null |
|
|
||||||||||||
price_excl_tax | numeric | 18,4 | null |
|
|
||||||||||||
quantity | int4 | 10 | null |
|
|
||||||||||||
sales_tax | numeric | 18,4 | null |
|
|
||||||||||||
tier_price_part_1 | numeric | 18,4 | √ | null |
|
|
|||||||||||
tier_price_part_2 | numeric | 18,4 | √ | null |
|
|
|||||||||||
tier_price_part_3 | numeric | 18,4 | √ | null |
|
|
|||||||||||
tier_price_part_4 | numeric | 18,4 | √ | null |
|
|
|||||||||||
sku | text | 2147483647 | √ | null |
|
|
|||||||||||
external_ref | uuid | 2147483647 | null |
|
|
||||||||||||
source_id | int4 | 10 | null |
|
|
||||||||||||
custom_job_name | varchar | 1000 | √ | null |
|
|
|||||||||||
uid | varchar | 200 | √ | null |
|
|
|||||||||||
attribute_combination_id | int4 | 10 | √ | null |
|
|
|||||||||||
download_count | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_orderline | Primary key | Asc | id |
ixorderline_order_id | Performance | Asc | order_id |
ixorderline_product_id | Performance | Asc | product_id |
ixorderline_storefront_id | Performance | Asc | storefront_id |