Footprints Data Model |
Table |
Name | syncing_job_dtl |
Comment |
A table used to control syncing of Calendar Items with a computer or phone calendar system. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
syncing_job_dtl_id | bigint | The automatically generated primary key of the syncing_job_dtl table. | Yes | No |
app_user_id | bigint | A Foreign Key to the Application User table. | No | Yes |
last_sync_date | datetime | The value of a Syncing Job Detail, stored as a date. | No | No |
execn_date | datetime | The value of a Syncing Job Detail, stored as a date. | No | No |