Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | int8 | 19 | √ | null |
|
|
||||
title | varchar | 200 | √ | null |
|
|
||||
date | timestamptz | 35,6 | null |
|
|
|||||
type | varchar | 50 | null |
|
|
|||||
reminder | text | 2147483647 | √ | null |
|
|
||||
status | varchar | 50 | null |
|
|
|||||
email_sent | bool | 1 | null |
|
|
|||||
task_id | varchar | 255 | √ | null |
|
|
||||
timezone | varchar | 120 | null |
|
|
|||||
organisation_id | int8 | 19 | √ | null |
|
|
||||
user_id | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
Reminders_pkey | Primary key | Asc | id |
Reminders_organisation_id_89663faf | Performance | Asc | organisation_id |
Reminders_user_id_c6839c25 | Performance | Asc | user_id |