Sequelize를 사용하는 expressJs에서 오류가 발생합니다.
DeprecationWarning: A boolean value was passed to options.operatorsAliases. This is a no-op with v5 and should be removed.
이 문제를 해결할 아이디어가 있습니까?
답변
이것은 오류가 아니며, operatorsAliases
sequelize에서 부울 값을 전달하는 options
것이 v5에서 더 이상 사용되지 않는다는 경고 입니다.
경고를 제거하여 부울 값을 교체하려면 '1'
또는 '0'
각각 true와 false를 위해.