common.telehealth_codes
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| thc_id | int(11) | NO | PRI | auto_increment | ||
| thc_cus_id | int(11) | NO | MUL | |||
| thc_cli_id | int(11) | NO | MUL | |||
| thc_apt_id | int(11) | NO | MUL | |||
| thc_code | varchar(10) | NO | MUL | |||
| thc_shared_key | varchar(32) | YES | MUL | |||
| thc_expires | datetime | YES | ||||
| thc_usr_id | int(11) | NO | Code generated by | |||
| thc_invite_email | varchar(255) | NO | If the user was invited by email, this stores their email | |||
| thc_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| thc_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References |
|---|