| id |
int(10)
|
|
|
|
| increment_id |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| status |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| channel_name |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| is_guest |
tinyint(1)
|
|
|
|
| customer_email |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| customer_first_name |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| customer_last_name |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| shipping_method |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| shipping_title |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| shipping_description |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| coupon_code |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| is_gift |
tinyint(1)
|
|
|
|
| total_item_count |
int(11)
|
|
|
|
| total_qty_ordered |
int(11)
|
|
|
|
| base_currency_code |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| channel_currency_code |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| order_currency_code |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| grand_total |
decimal(12,4)
|
|
|
|
| base_grand_total |
decimal(12,4)
|
|
|
|
| grand_total_invoiced |
decimal(12,4)
|
|
|
|
| base_grand_total_invoiced |
decimal(12,4)
|
|
|
|
| grand_total_refunded |
decimal(12,4)
|
|
|
|
| base_grand_total_refunded |
decimal(12,4)
|
|
|
|
| sub_total |
decimal(12,4)
|
|
|
|
| base_sub_total |
decimal(12,4)
|
|
|
|
| sub_total_invoiced |
decimal(12,4)
|
|
|
|
| base_sub_total_invoiced |
decimal(12,4)
|
|
|
|
| sub_total_refunded |
decimal(12,4)
|
|
|
|
| base_sub_total_refunded |
decimal(12,4)
|
|
|
|
| discount_percent |
decimal(12,4)
|
|
|
|
| discount_amount |
decimal(12,4)
|
|
|
|
| base_discount_amount |
decimal(12,4)
|
|
|
|
| discount_invoiced |
decimal(12,4)
|
|
|
|
| base_discount_invoiced |
decimal(12,4)
|
|
|
|
| discount_refunded |
decimal(12,4)
|
|
|
|
| base_discount_refunded |
decimal(12,4)
|
|
|
|
| tax_amount |
decimal(12,4)
|
|
|
|
| base_tax_amount |
decimal(12,4)
|
|
|
|
| tax_amount_invoiced |
decimal(12,4)
|
|
|
|
| base_tax_amount_invoiced |
decimal(12,4)
|
|
|
|
| tax_amount_refunded |
decimal(12,4)
|
|
|
|
| base_tax_amount_refunded |
decimal(12,4)
|
|
|
|
| shipping_amount |
decimal(12,4)
|
|
|
|
| base_shipping_amount |
decimal(12,4)
|
|
|
|
| shipping_invoiced |
decimal(12,4)
|
|
|
|
| base_shipping_invoiced |
decimal(12,4)
|
|
|
|
| shipping_refunded |
decimal(12,4)
|
|
|
|
| base_shipping_refunded |
decimal(12,4)
|
|
|
|
| shipping_discount_amount |
decimal(12,4)
|
|
|
|
| base_shipping_discount_amount |
decimal(12,4)
|
|
|
|
| shipping_tax_amount |
decimal(12,4)
|
|
|
|
| base_shipping_tax_amount |
decimal(12,4)
|
|
|
|
| shipping_tax_refunded |
decimal(12,4)
|
|
|
|
| base_shipping_tax_refunded |
decimal(12,4)
|
|
|
|
| sub_total_incl_tax |
decimal(12,4)
|
|
|
|
| base_sub_total_incl_tax |
decimal(12,4)
|
|
|
|
| shipping_amount_incl_tax |
decimal(12,4)
|
|
|
|
| base_shipping_amount_incl_tax |
decimal(12,4)
|
|
|
|
| customer_id |
int(10)
|
|
|
Browse foreign values
|
| customer_type |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| channel_id |
int(10)
|
|
|
|
| channel_type |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| cart_id |
int(11)
|
|
|
|
| applied_cart_rule_ids |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|