The customfieldvalue table
The customfieldvalue
table is used to store custom field values. Let's check the structure of this table.
The table structure
Run the following query:
desc customfieldvalue;
The output of the query is as follows:
![The table structure](https://static.packt-cdn.com/products/9781786466860/graphics/graphics/image_13_011.jpg)
The customfieldvalue
table is used to store custom field values. Let's check the structure of this table.
Run the following query:
desc customfieldvalue;
The output of the query is as follows: