MageSmith

🛒 Magento_Sales · engine innodb

sales_invoice_grid

Sales Flat Invoice Grid

Columns (26)

NameTypeNullDefaultComment
entity_id int unsignednoEntity ID
increment_id varchar(50) yesIncrement ID
state int yesState
store_id smallint unsignedyesStore ID
store_name varchar(255) yesStore Name
order_id int unsignednoOrder ID
order_increment_id varchar(50) yesOrder Increment ID
order_created_at timestamp yesOrder Created At
customer_name varchar(255) yesCustomer Name
customer_email varchar(255) yesCustomer Email
customer_group_id int yes
payment_method varchar(128) yesPayment Method
store_currency_code varchar(3) yesStore Currency Code
order_currency_code varchar(3) yesOrder Currency Code
base_currency_code varchar(3) yesBase Currency Code
global_currency_code varchar(3) yesGlobal Currency Code
billing_name varchar(255) yesBilling Name
billing_address varchar(255) yesBilling Address
shipping_address varchar(255) yesShipping Address
shipping_information varchar(255) yesShipping Method Name
subtotal decimal yesSubtotal
shipping_and_handling decimal yesShipping and handling amount
grand_total decimal yesGrand Total
created_at timestamp yesCreated At
updated_at timestamp yesUpdated At
base_grand_total decimal yesBase Grand Total

Keys & indexes

Primary key: entity_id

Unique

  • SALES_INVOICE_GRID_INCREMENT_ID_STORE_ID (increment_id, store_id)

Indexes

  • SALES_INVOICE_GRID_STORE_ID (store_id) btree
  • SALES_INVOICE_GRID_GRAND_TOTAL (grand_total) btree
  • SALES_INVOICE_GRID_ORDER_ID (order_id) btree
  • SALES_INVOICE_GRID_STATE (state) btree
  • SALES_INVOICE_GRID_ORDER_INCREMENT_ID (order_increment_id) btree
  • SALES_INVOICE_GRID_CREATED_AT (created_at) btree
  • SALES_INVOICE_GRID_UPDATED_AT (updated_at) btree
  • SALES_INVOICE_GRID_ORDER_CREATED_AT (order_created_at) btree
  • SALES_INVOICE_GRID_BILLING_NAME (billing_name) btree
  • FTI_95D9C924DD6A8734EB8B5D01D60F90DE (increment_id, order_increment_id, billing_name, billing_address, shipping_address, customer_name, customer_email) fulltext
  • SALES_INVOICE_GRID_BASE_GRAND_TOTAL (base_grand_total) btree