Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions Sources/SQLiteData/Documentation.docc/Articles/CloudKit.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,18 @@ In the process of sending data from your database to CloudKit, the library turns
internally by CloudKit and are reserved for their use only. This means those keys cannot be used
as field names in your Swift data types or SQLite tables.

Here is an exhaustive list of those reserved fields:
While Apple has not published an exhaustive list of reserved keywords, the following should cover
most known cases:

* `recordID`
* `recordType`
* `creationDate`
* `creatorUserRecordID`
* `modificationDate`
* `etag`
* `lastModifiedUserRecordID`
* `modificationDate`
* `modifiedByDevice`
* `recordChangeTag`
* `recordID`
* `recordType`

## Backwards compatible migrations

Expand Down