We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dacad commit 9ed5432Copy full SHA for 9ed5432
1 file changed
Sources/SQLiteData/Documentation.docc/Articles/AddingToGRDB.md
@@ -183,4 +183,9 @@ to specify that:
183
}
184
```
185
186
+The library further requires your tables use globally unique identifiers (such as UUID) for their
187
+primary keys, and in particular auto-incrementing integer IDs do _not_ work. You will need to
188
+migrate your tables to use UUIDs, see
189
+<doc:CloudKit#Preparing-an-existing-schema-for-synchronization> for more information.
190
+
191
[GRDB]: http://github.com/groue/GRDB.swift
0 commit comments