_81.appointment_reminders_configurations
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| arcon_id | int(11) | NO | PRI | auto_increment | ||
| arcon_cus_id | int(11) | NO | MUL | Customer ID | ||
| arcon_cli_id | int(11) | NO | MUL | Client ID | ||
| arcon_vendor_id | int(11) | NO | MUL | Vendor executing reminders | ||
| arcon_status | int(11) | NO | MUL | ID for vendor specific statuses | ||
| arcon_external_handler_id | int(11) | NO | MUL | External rsc i.e. scripts | ||
| arcon_loc_mnemonic | char(1) | NO | MUL | Use of loc mnemonic in file if true | ||
| arcon_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| arcon_created | timestamp | YES | CURRENT_TIMESTAMP |