error
SequelizeDatabaseError: Unknown column 'name' in 'field list'
solutions
> hashtag 테이블은 name이 아닌 title로 만들어져야 한다
> mysql workbench 에서 hashtag 테이블에 title 필드가 만들어져있는지 확인하자
-> 없다면 테이블 삭제 후 서버 재시작
'버그 리포트' 카테고리의 다른 글
SequelizeDatabaseError: Data too long for column 'password' at row 1 (0) | 2020.01.16 |
---|---|
“Invalid attempt to spread non-iterable instance” Issue (0) | 2019.12.26 |
SequelizeValidationError: notNull Violation: User.password cannot be null (0) | 2019.12.21 |
unhandled rejection sequelizeconnectionerror: unknown database (0) | 2019.12.21 |
TypeError: require(...) is not a function (0) | 2019.12.21 |