Skip to content

Commit 462dd9c

Browse files
Fix auto-create
1 parent bdaa7c0 commit 462dd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const insertData = {
4747
"user1@slicingdice.com": {
4848
"age": 22
4949
},
50-
"auto-create-columns": true
50+
"auto-create": ["table", "column"]
5151
};
5252
client.insert(insertData);
5353

0 commit comments

Comments
 (0)