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: README.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
@@ -34,7 +34,7 @@ Supports two options, both of which are optional:
34
34
35
35
**createDatabase* - _true | false_ (Defaults to false)
36
36
**createTables* - _true | false_ (Defaults to false)
37
-
37
+
**generatePrimaryKeys* - _true | false_ (Defaults to false. Supports multiple primary keys. Append '_pk' to the column name in the workbook that will be the primary key)
38
38
# Testing
39
39
40
40
This package's tests are written using [Jest](https://jestjs.io/). To execute, run:
0 commit comments