Sharing a with foreign Keys issue #344
-
|
I am working with the CKSyncEngine now and am trying to share a property with a user. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yes it is the category which is causing the issue here. SyncEngine code will ignore any types with multiple FKs. The Tag/TagList tables from the examples would be a good example of a similar model. To unblock you would need to have a look-through table such as ItemCategories and then have that have FK to Item and Category |
Beta Was this translation helpful? Give feedback.
Yes it is the category which is causing the issue here.
SyncEngine code will ignore any types with multiple FKs.
The Tag/TagList tables from the examples would be a good example of a similar model. To unblock you would need to have a look-through table such as ItemCategories and then have that have FK to Item and Category