Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.38 KB

order_attr.md

File metadata and controls

28 lines (20 loc) · 1.38 KB

logo order_attr

Start> order_attr

Description

Attribution details for each order, such as campaign, source, and landing page.

Columns 7

Key Name Data Type Length Precision Scale Not Null Description
Primary Key PK_OrderAttr_order_idCluster Key PK_OrderAttr_order_id order_id bigint 8 19 0 True Order ID
Indexes IDX_OrderAttr_processed_at processed_at datetime 8 23 3 True Datetime order was processed
landing_site nvarchar 0 0 False Landing page order originated on
referring_site nvarchar 0 0 False Site order was referred from
source_name nvarchar 0 0 False Name of source site order attributed to
source_identifier nvarchar 0 0 False Source ID of order
source_url nvarchar 0 0 False URL of order source

Indexes 2

Key Name Columns Unique
IDX_OrderAttr_processed_at processed_at False
Primary Key PK_OrderAttr_order_idCluster Key PK_OrderAttr_order_id PK_OrderAttr_order_id order_id True