| pces_id | int(11) | NO | | PRI | auto_increment | |
| pces_cus_id | int(11) | NO | 0 | | | Customer ID# |
| pces_cli_id | int(11) | NO | 0 | | | Client ID# |
| pces_pat_id | int(11) | YES | | MUL | | Patient ID# |
| pces_pce_id | int(11) | NO | | MUL | | Associated patient configured encounter |
| pces_name | varchar(50) | NO | | MUL | | The name of the schedule |
| pces_start_date | date | YES | | | | Start date of schedule |
| pces_repeat_interval | int(11) | YES | | | | Specifies the numeric interval to repeat for given repeat interval type |
| pces_repeat_interval_type | varchar(10) | NO | | | | Specifies days, weeks or months as d, w, or m |
| pces_schedule_end_type | int(11) | NO | 1 | | | Specify how the schedule should end, by number of encounters or by a date |
| pces_end_date | date | YES | | | | If given, the end date of the schedule |
| pces_encounters_num | int(11) | YES | | | | If given, the number of encounters before schedule ends |
| pces_disabled | tinyint(1) | NO | 0 | | | Disabled Flag |
| pces_usr_id_created | int(11) | NO | | | | User Created ID# |
| pces_usr_id_modified | int(11) | NO | | | | User Modified ID# |
| pces_modified | timestamp | YES | CURRENT_TIMESTAMP | | on update CURRENT_TIMESTAMP | |
| pces_created | timestamp | YES | CURRENT_TIMESTAMP | | | |