Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.16 KB

adjustments.md

File metadata and controls

29 lines (22 loc) · 1.16 KB

logo adjustments

Start>adjustments

Description

Adjustments on order for refunding shipping and refund discrepancies

Columns

Key Name Data Type Length Precision Scale Not Null Description
Primary Key PK_adj_idCluster Key PK_adj_id id bigint 8 19 0 True Adjustment ID
refund_id bigint 8 19 0 True Refund ID
refund_id bigint 8 19 0 True Refund ID of adjustment
processed_at datetime 8 23 3 True Datetime adjustment was processed
order_date datetime 8 23 3 True Datetime adjusted order was placed
order_id bigint 8 19 0 True Order ID of adjusted order
amount money 8 19 4 True Amount of adjustment
tax_amount money 8 19 4 True Tax amount adjusted
kind nvarchar 255 0 0 False Kind of adjustment
reason nvarchar 255 0 0 False Reason for adjustment

Indexes

Key Name Columns Unique
Primary Key PK_adj_idCluster Key PK_adj_id PK_adj_id id True