티스토리 뷰
NestJS
[NestJS] ColumnTypeUndefinedError: Column type for EvaluationQuestionMapEntity#e_key is not defined and cannot be guessed.
BambooSpear 2022. 11. 11. 01:35728x90
반응형
ColumnTypeUndefinedError: Column type for EvaluationQuestionMapEntity#e_key is not defined and cannot be guessed. Make sure you have turned on an "emitDecoratorMetadata": true option in tsconfig.json. Also make sure you have imported "reflect-metadata" on top of the main entry file in your application (before any entity imported).If you are using JavaScript instead of TypeScript you must explicitly provide a column type.
해당 오류 발생 시 @Column()유형을 설정해야 합니다.
@Column('text')
@Column({ type: 'text' })
728x90
반응형
'NestJS' 카테고리의 다른 글
댓글
"이 블로그의 모든 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday