- table
- an update on this table will trigger a sync time removal
- foreignKey
- this is the column in table whose value is an _id in updateTable
- updateTable
- this is the table that will have its _sync_dirty
Mark this table as syncable, with the _sync_dirty residing in another table. When an update occurs in this table the _sync_dirty field of the row in updateTable with the _id in foreignKey will be set to ensure proper syncing operation.