codestates / codestates/SIMSIMAE-server
[Error] Unknown column 'id' in 'field list'
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### 어떤 에러인가요?
스키마에 컬럼이 존재하지 않아서 발생한 에러
### 에러 메시지
```

```
### 에러 핸들링 방법
- user_category에 insert into 쿼리문은 실행되는데 데이터가 db에 들어가지 않았기 때문에 user_category 스키마 컬럼에 id가 있는지 확인했다.
```
```
### 에러 핸들링을 위해 참고한 레퍼런스 링크
Contributor guide
No contributing guide indexed for this repository
Research direction
The report identifies the user_category schema and an INSERT query but names no source file or test. Start by locating the code that issues this query and reproducing the unknown-column error; done means resolving the schema/query mismatch and confirming that the row is persisted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, sql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100