event_subscriptions

0 rows


Description

Tracks subscriptions to remote calendars.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
event.subscriptionid even_sub2_fkR
url VARCHAR 255
categoryid BIGINT 19 0
courseid BIGINT 19 0
course.id evensubs_cou2_fkR
groupid BIGINT 19 0
userid BIGINT 19 0
user.id evensubs_use2_fkR
eventtype VARCHAR 20

The type of the event

pollinterval BIGINT 19 0

Frequency of checks for new/changed events

lastupdated BIGINT 19 null
name VARCHAR 255

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
evensubs_cou_ix Performance Asc courseid
evensubs_use_ix Performance Asc userid

Relationships