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