Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
|||||||||||
| account_id | INT UNSIGNED | 10 | null |
|
|
||||||||||||
| contact_id | INT UNSIGNED | 10 | null |
|
|
||||||||||||
| uuid | CHAR | 36 | √ | null |
|
|
|||||||||||
| is_age_based | BIT | 1 | 0 |
|
|
||||||||||||
| is_year_unknown | BIT | 1 | 0 |
|
|
||||||||||||
| date | DATE | 10 | null |
|
|
||||||||||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
|||||||||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| special_dates_account_id_uuid_index | Performance | Asc/Asc | account_id + uuid |
| special_dates_contact_id_foreign | Performance | Asc | contact_id |



