We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80578ff commit 7f9141bCopy full SHA for 7f9141b
1 file changed
test/sync/README.md
@@ -62,7 +62,7 @@ The sync layer routes changes through a [SQLiteCloud](https://sqlitecloud.io/) m
62
3. **Create the memory table** — connect to your database and run:
63
```sql
64
CREATE TABLE IF NOT EXISTS dbmem_content (
65
- hash INTEGER PRIMARY KEY NOT NULL,
+ hash TEXT PRIMARY KEY NOT NULL,
66
path TEXT NOT NULL DEFAULT '' UNIQUE,
67
value TEXT DEFAULT NULL,
68
length INTEGER NOT NULL DEFAULT 0,
0 commit comments