MageSmith

🛒 Magento_Sales · engine innodb

sales_invoice_comment

Sales Flat Invoice Comment

Neighbourhood (1-hop foreign-key graph — showing 1 of 1)

flowchart LR
  c["sales_invoice_comment"]:::center
  n0["sales_invoice"]
  click n0 "/schema/table/sales_invoice"
  n0 -- parent_id --> c
  click c "/schema/table/sales_invoice_comment"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Related tables (1)

Columns (9)

NameTypeNullDefaultComment
entity_id PKint unsignednoEntity ID
parent_id int unsignednoParent ID
is_customer_notified smallint unsignedyesIs Customer Notified
is_visible_on_front smallint unsignedno0Is Visible On Front
comment text yesComment
created_at timestamp noCURRENT_TIMESTAMPCreated At
updated_at timestamp yesCURRENT_TIMESTAMPUpdated At
user_id int unsignedno0Admin User ID
user_type int unsignedno0User Type

Keys & indexes

Primary key: entity_id

Unique

  • SALES_INVOICE_COMMENT_ENTITY_ID_USER_ID_USER_TYPE (entity_id, user_id, user_type)

Indexes

  • SALES_INVOICE_COMMENT_CREATED_AT (created_at) btree
  • SALES_INVOICE_COMMENT_PARENT_ID (parent_id) btree

References (1)