Custom Field Values
Custom Field Values
| Field | Type | Description |
|---|---|---|
id 🔑 | INTEGER | Unique identifier for the custom field value record. |
agency_id 🔗 | INTEGER | The ID of the agency this custom field value belongs to. |
label | STRING | The label of this custom field. |
slug | STRING | The slug of this custom field. |
model | STRING | The model of the custom field this value belongs to. |
model_id 🔗 | INTEGER | The ID of the model object this custom field value belongs to (e.g., license, person, etc.). |
type | STRING | The type of this custom field. |
value | STRING | The value of this custom field. |
created_at | TIMESTAMP | The timestamp when this custom field value record was created. |
updated_at | TIMESTAMP | The timestamp when this custom field value record was last updated. |
Key Information
Primary Keys
id- Unique identifier for the custom field value record.
Foreign Keys
agency_id- The ID of the agency this custom field value belongs to.model_id- The ID of the model object this custom field value belongs to (e.g., license, person, etc.).
Updated 2 days ago
