comlink_telehealth_person_settings


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
user_id BIGINT 19 NULL

Foreign key reference to users.id

patient_id BIGINT 19 NULL

Foreign key reference to patient_data.id

date_created DATETIME 19 current_timestamp()

Date the record was created

date_updated DATETIME 19 current_timestamp()

Date the record was created

enabled BOOLEAN 3 1

If telehealth is currently activated or not for the given person

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

Relationships