트러블 슈팅
22/ 11/ 18 개인 연습 프로젝트 트러블 슈팅 회고
kwaktaem
2022. 1. 18. 19:17
- Sequelize Error: Unknown column 'commentId' in 'field list'
- 해결
- sourceKey -> targetKey
- index.js associate 추가
- 해결
- Cannot read properties of undefined (reading 'hasMany')
- 해결
- const config = require(__dirname + "../config/config.json")[env] 추가
- index.js associate 소괄호 안에 sequelize -> db로 변경
- 해결