Footprints Data Model |
Table |
Name | cal_schd |
Comment | The association between the FootPrints calendar instance, and the implementation of the calendar schedule and appointments. This enables the reuse of a schedule between workspaces, but it does not require it. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
cal_schd_id | bigint | The automatically generated primary key of the cal_schd table. | Yes | No |
schd_id | bigint | A Foreign Key to the Schedule table. | No | Yes |
cal_item_id | bigint | A Foreign Key to the Calendar Item table. | No | Yes |