more sequelize will it ever end

This commit is contained in:
Ciro Santilli
2021-06-17 12:06:44 +01:00
parent 8c86e0aa4d
commit fa0766e88f
6 changed files with 358 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ await IntegerNames.create({value: 5, name: 'five'});
// 3 | 5 | five | 2021-03-19 19:12:08.437+00 | 2021-03-19 19:12:08.437+00
// (3 rows)
let integerNames = await IntegerNames.findAll({
const integerNames = await IntegerNames.findAll({
where: {
value: 2
}