Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 30, 2020 04:51
Show Gist options
  • Save parzibyte/d5cf28347e94f8523c2248d7f086c2d0 to your computer and use it in GitHub Desktop.
Save parzibyte/d5cf28347e94f8523c2248d7f086c2d0 to your computer and use it in GitHub Desktop.
const trabajadores = await modeloTrabajador.findAll({
// Queremos que incluya la relación "oficina"
include: [
{
association: modeloTrabajador.Oficina
}
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment