# PropertyTypes: HubSpot Domain PropertyTypes
Lookup-table that translates code values of the domain 'PropertyTypes' into descriptions.
- Catalog: `HubSpot`
- Schema: `CodeValues`
- Label: Domain PropertyTypes
Example: The code value 'bool' means 'Field containing binary options (e.g., Yes or No, True or False)'.
- Retrieve: True
## View Columns
The columns of the view `PropertyTypes` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `code` | `varchar2(240)` | Code | ☑ | Unique code within the domain. |
| `description` | `varchar2(4000)` | Description | ☐ | Meaning of the unique code within the domain. |
| `domain` | `varchar2(240)` | Domain | ☑ | Each domain defines a map of codes to values. |
| `resource_code` | `varchar2(240)` | Resource Code | ☐ | Resource code for internationalization. |
## Values
| Code | Description |
|:---:|---|
| `bool` | Field containing binary options (e.g., Yes or No, True or False) |
| `date` | Value representing a specific day, month, and year |
| `dateTime` | Value representing a specific day, month, year and time of day |
| `enumeration` | String representing a set of options, with options separated by a semicolon |
| `number` | Number value containing numeric digits and at most one decimal |
| `string` | Plain text strings, limited to 65,536 characters |