We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e4df8 commit b667b2dCopy full SHA for b667b2d
README.md
@@ -44,7 +44,7 @@ names in the CSV must match exactly table field names.
44
`DROP_CREATE` is an optional path to a file of DDL statements to drop/create the
45
table. If specified this will be run before inserting the data.
46
47
-`INDEXES` is an option path to a file of DDL statements to drop/create indexes.
+`INDEXES` is an option path to a file of DDL statements to create indexes.
48
If specified this will be run after inserting the data, since it's generally
49
faster to insert data and then create indexes.
50
0 commit comments