Created
June 11, 2019 21:05
-
-
Save david-mart/39c7bba2905c62ea9bf959f44ca56810 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// models/product.js | |
... | |
{ | |
tableName: "product", | |
timestamps: false, | |
schema: "products" // add this line | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment