Footprints Data Model |
Table |
Name | pim_appt_info |
Comment |
Information about calendar appointment synchronization with external calendars in a Personal Information Manager (PIM) such as a computer or phone calendar system. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
pim_appt_info_id | bigint | The automatically generated primary key of the pim_appt_info table. | Yes | No |
extl_id | varchar(255) | The value of a PIM Appointment Information stored as Long. | No | No |
chg_key | varchar(255) | The value of a PIM Appointment Information, stored as a string. | No | No |
app_user_id | bigint | A Foreign Key to the Application User table. | No | Yes |
cal_item_intrnl_id | varchar(255) | Calendar Item Internal Id. | No | Yes |