Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||
| account_id | INT | 10 | null |
|
|
|||
| contact_id | INT | 10 | null |
|
|
|||
| reminder_id | INT | 10 | √ | null |
|
|
||
| title | MEDIUMTEXT | 16777215 | null |
|
|
|||
| description | LONGTEXT | 2147483647 | null |
|
|
|||
| html_sent_content | LONGTEXT | 2147483647 | null |
|
|
|||
| sent_date | DATETIME | 19 | null |
|
|
|||
| scheduled_number_days_before | INT | 10 | √ | null |
|
|
||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
