# TaskTypes: ActiveCampaign Task Types
- Catalog: `ActiveCampaign`
- Schema: `V3`
- Primary Keys: `id`
- Label: Task Types
Can retrieve data and change data using insert, update and delete.
## Table Columns
The columns of the table `TaskTypes` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert and update.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `cdate` | `datetime` | Created | ☐ | |
| `defduration` | `int64` | Default Duration | ☑ | |
| `id` | `int64` | ID | ☑ | |
| `status` | `int64` | Status | ☑ | |
| `title` | `varchar2` | Title | ☐ | |
| `udate` | `datetime` | Last Updated | ☐ | |