Created
July 30, 2020 04:51
-
-
Save parzibyte/d5cf28347e94f8523c2248d7f086c2d0 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
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