OrderComments
OrderComments is an auto generated table
Columns
Name | Type | ReadOnly | Description |
Comment | String | False | Comment. |
CreatedAt | Datetime | False | Created-at timestamp. |
EntityId [KEY] | Int | False | Order status history ID. |
EntityName | String | False | Entity name. |
ExtensionAttributes | String | False | This is an auto-generated column |
IsCustomerNotified | Int | False | Is-customer-notified flag value. |
IsVisibleOnFront | Int | False | Is-visible-on-storefront flag value. |
ParentId | Int | False | Parent ID. |
Status | String | False | Status. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
Id_p | Int | The order ID. |
Last updated