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