Skip to content

Instantly share code, notes, and snippets.

@david-mart
Last active June 11, 2019 20:59
Show Gist options
  • Save david-mart/2cc18ef283afe7ba743a3355a69e4cbe to your computer and use it in GitHub Desktop.
Save david-mart/2cc18ef283afe7ba743a3355a69e4cbe to your computer and use it in GitHub Desktop.
await UsersDb.models.order.findOne({
where: { id: 1 },
include: [ProductsDb.models.product]
});
// SequelizeDatabaseError: Table 'users_and_orders.product' doesn't exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment