Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 30, 2020 04:51
Show Gist options
  • Save parzibyte/688ea84d836666ec86de17e8790e8b3f to your computer and use it in GitHub Desktop.
Save parzibyte/688ea84d836666ec86de17e8790e8b3f 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