We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d59cde commit 5891349Copy full SHA for 5891349
1 file changed
Sources/SQLiteData/Documentation.docc/Articles/CloudKit.md
@@ -519,7 +519,7 @@ struct RemindersListCoverImage {
519
}
520
/*
521
CREATE TABLE "remindersListCoverImages" (
522
- "remindersListID" TEXT PRIMARY KEY NOT NULL REFERENCES "remindersLists"("id"),
+ "remindersListID" TEXT PRIMARY KEY NOT NULL REFERENCES "remindersLists"("id") ON DELETE CASCADE,
523
"image" BLOB NOT NULL
524
)
525
*/
0 commit comments