# ticket_forms
## Documentation
Forms to register tickets
- Catalog: `Freshdesk`
- Schema: `Freshdesk`
- Primary Keys: `id`
Can retrieve data and change data using insert, update and delete.
## Table Columns
The columns of the table `ticket_forms` 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 |
|---|:---:|---|:---:|---|
| `created_at` | `datetime` | Created at | ☐ | Date/time at which the record was created. |
| `default` | `char` | Default | ☐ | |
| `description` | `varchar2` | Description | ☐ | Description. |
| `id` | `int64` | ID | ☑ | Unique ID. |
| `last_updated_by` | `int64` | | ☐ | ID of the agent that last updated the form. |
| `name` | `varchar2` | Name | ☐ | Name. |
| `title` | `varchar2` | Title | ☐ | Title. |
| `updated_at` | `datetime` | Updated at | ☐ | Date/time at which the record was last updated. |