reminders


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
contacts.birthday_reminder_id contacts_birthday_reminder_id_foreign N
contacts.deceased_reminder_id contacts_deceased_reminder_id_foreign N
contacts.first_met_reminder_id contacts_first_met_reminder_id_foreign N
life_events.reminder_id life_events_reminder_id_foreign N
reminder_outbox.reminder_id reminder_outbox_reminder_id_foreign C
uuid CHAR 36 null
account_id INT UNSIGNED 10 null
accounts.id reminders_account_id_foreign C
contact_id INT UNSIGNED 10 null
contacts.id reminders_contact_id_foreign C
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

Relationships