Skip to content

Instantly share code, notes, and snippets.

@david-mart
Created June 11, 2019 21:05
Show Gist options
  • Save david-mart/39c7bba2905c62ea9bf959f44ca56810 to your computer and use it in GitHub Desktop.
Save david-mart/39c7bba2905c62ea9bf959f44ca56810 to your computer and use it in GitHub Desktop.
// 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