oc_files_reminders


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('oc_files_reminders_id_seq'::regclass)
user_id varchar 64 null
file_id int8 19 null
due_date timestamp 22 null
updated_at timestamp 22 null
created_at timestamp 22 null
notified bool 1 false

Indexes

Constraint Name Type Sort Column(s)
oc_files_reminders_pkey Primary key Asc id
reminders_uniq_idx Must be unique Asc/Asc/Asc user_id + file_id + due_date

Relationships