Skip to content

Instantly share code, notes, and snippets.

@david-mart
Created June 11, 2019 20:53
Show Gist options
  • Save david-mart/c43bb1abab67685479dab2dd88952328 to your computer and use it in GitHub Desktop.
Save david-mart/c43bb1abab67685479dab2dd88952328 to your computer and use it in GitHub Desktop.
UsersDb.models.user.hasMany(UsersDb.models.order, { foreignKey: "user_id" });
UsersDb.models.order.hasMany(ProductsDb.models.product, { foreignKey: "order_id" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment