common.telehealth_duration_tracking
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| thd_id | int(11) | NO | PRI | auto_increment | ||
| thd_ths_id | varchar(255) | NO | opentok session id | |||
| thd_connect | int(11) | YES | unix epoch time when there was more than one person in the call for this actor | |||
| thd_disconnect | int(11) | YES | unix epoch time when the actor left or there was nobody else in the call | |||
| thd_actor | varchar(30) | NO | ||||
| thd_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| thd_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References |
|---|