Footprints Data Model |
Table |
Name | cal_ticket_privilege |
Comment | (Not used, but referenced in Java code that must be removed before table deletion.) A permission granted via a calendar ticket. May not be used in the FootPrints integration of calendaring code. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
cal_ticket_id | bigint | A Foreign Key to the Calendar Ticket table. | Yes | Yes |
privilege | varchar(255) | The value of a Calendar Ticket Privilege, stored as a string. | Yes | No |