Created
July 30, 2020 04:46
-
-
Save parzibyte/8b957254e4384afed5de22a3d1289b30 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
// 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