Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 30, 2020 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/8b957254e4384afed5de22a3d1289b30 to your computer and use it in GitHub Desktop.
Save parzibyte/8b957254e4384afed5de22a3d1289b30 to your computer and use it in GitHub Desktop.
// Nota: es "oficinaId" porque así le llama a la columna Sequelize
const trabajadorRegistrado = await modeloTrabajador.create({
"nombre": peticion.body.nombre,
"oficinaId": peticion.body.idOficina,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment