Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
|||||||||||||||||
| uuid | CHAR | 36 | √ | null |
|
|
|||||||||||||||||
| account_id | INT UNSIGNED | 10 | null |
|
|
||||||||||||||||||
| contact_id | INT UNSIGNED | 10 | null |
|
|
||||||||||||||||||
| initial_date | DATE | 10 | null |
|
|
||||||||||||||||||
| title | MEDIUMTEXT | 16777215 | √ | null |
|
|
|||||||||||||||||
| description | LONGTEXT | 2147483647 | √ | null |
|
|
|||||||||||||||||
| frequency_type | VARCHAR | 255 | null |
|
|
||||||||||||||||||
| frequency_number | INT | 10 | √ | null |
|
|
|||||||||||||||||
| delible | BIT | 1 | 1 |
|
|
||||||||||||||||||
| inactive | BIT | 1 | 0 |
|
|
||||||||||||||||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
|||||||||||||||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| reminders_account_id_uuid_index | Performance | Asc/Asc | account_id + uuid |
| reminders_contact_id_foreign | Performance | Asc | contact_id |



