PurchaseOrder_CustomField
The table below describes the PurchaseOrder_CustomField table.
This is a virtual table, and is linked to the Purchase_Order table (see Purchase_Order).
None of the columns in this table are updatable.
This table contains the following foldable column:
- Id
This table does not contain Return Primary Key columns.
Column Name | SQL Type | Nullable |
---|---|---|
CustomField_Index Primary Key |
SQL_INTEGER(unsigned) | True |
Id Primary Key Foreign Key linked to column Id in Purchase_Order table |
SQL_VARCHAR(255) | False |
CustomField_DefinitionId |
SQL_VARCHAR(255) | True |
CustomField_Name |
SQL_VARCHAR(255) | True |
CustomField_StringValue |
SQL_VARCHAR(255) | True |
CustomField_Type |
SQL_VARCHAR(255) | True |