Skip to content

Commit 9ed5432

Browse files
committed
Extra docs on UUID primary key.
1 parent d2dacad commit 9ed5432

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Sources/SQLiteData/Documentation.docc/Articles/AddingToGRDB.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,9 @@ to specify that:
183183
}
184184
```
185185

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+
186191
[GRDB]: http://github.com/groue/GRDB.swift

0 commit comments

Comments
 (0)