You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Tutorial/Dexie-Cloud.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ db.version(1).stores({
44
44
});
45
45
```
46
46
47
-
In this example we declar 2 tables: `"items"` and `"animals"`.`"itemId"` is the primary key for `"items"` and `"animalId"` for `"animals"`.
47
+
In this example we declare 2 tables: `"items"` and `"animals"`.`"itemId"` is the primary key for `"items"` and `"animalId"` for `"animals"`.
48
48
49
49
Notice the `@` in `@animalId`. This makes it auto-generated and is totally optional but can be handy since it makes it easier to add new objects to the table.
0 commit comments