| dcsd_id | int(11) | NO | | PRI | auto_increment | Primary key |
| dcsd_cus_id | int(11) | NO | | MUL | | Customer ID |
| dcsd_cli_id | int(11) | NO | | MUL | | Client ID |
| dcsd_dcs_id | int(11) | NO | | | | Daily Close Schedule ID |
| dcsd_offset | int(11) | NO | 0 | | | The number of dcsd_offset_intervals to offset by. Positive integers or -1: First, -2: Middle, -3: Last |
| dcsd_offset_interval | varchar(10) | NO | | | | m: month, w: week, d:day, ':none |
| dcsd_base_interval | varchar(10) | NO | | | | An offset + interval indicating where dcsd_offset_* should start .See the model for the full list of possible values. |
| dcsd_dcsd_id | int(11) | NO | 0 | | | A date for this date to be relative to |
| dcsd_literal | timestamp | YES | CURRENT_TIMESTAMP | | | A date literal |
| dcsd_modified | timestamp | YES | CURRENT_TIMESTAMP | | on update CURRENT_TIMESTAMP | |
| dcsd_created | timestamp | YES | CURRENT_TIMESTAMP | | | |