A condition accepted by CaseBuilder.when(). Uses the same shape as where: clause condition objects elsewhere in this ORM, e.g.: { age: { [Op.gte]: 18 } } { [Op.and]: [...] } / { $and: [...] } { status: 'active' } (implicit equality)
CaseBuilder.when()
where:
A condition accepted by
CaseBuilder.when(). Uses the same shape aswhere:clause condition objects elsewhere in this ORM, e.g.: { age: { [Op.gte]: 18 } } { [Op.and]: [...] } / { $and: [...] } { status: 'active' } (implicit equality)