Footprints Data Model |
Table |
Name | cal_subscription |
Comment |
A Calendar Subscription contains a ticket key and a collection uid. It is a way to associate a collection that is not owned by the user to the user. The ticket key provides the necessary authentication to access the collection. Not used. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
cal_subscription_id | bigint | The automatically generated primary key of the cal_subscription table. | Yes | No |
create_date | bigint | create date | No | No |
etag | varchar(255) | etag | No | No |
mdfy_date | bigint | modify date | No | No |
coll_uid | varchar(255) | id of the collection | No | No |
ticket_key | varchar(255) | permissions | No | No |
display_name | varchar(255) | Name of the calendar in the UI | No | No |
app_user_id | bigint | A Foreign Key to the Application User table. | No | Yes |