Project Version Custom Fields table (project_version_custom_fields
)
Column | Type | Description |
---|---|---|
active
|
boolean |
Defines whether this custom field is active.
|
custom_field_id
|
integer | ID of the custom field. |
custom_field_label
|
text | Label of this custom field. |
custom_field_type
|
text | Type of custom field. For example, MULTISELECT or TEXT. |
project_version_id
|
UUID | UUID of the project version where this custom field appears. |
values
|
text | Data stored for this project version custom field for this project. |