Skip to content

실제 에러와 에러 로그가 불일치 하는 오류 수정 #2

@Moon-DaeSeung

Description

@Moon-DaeSeung

문제 상황

fun up() {
  rawQuery("ALTER TABLE foo ADD foo_1 VARCHAR(100)")
  rawQuery("ALTER TABLE foo ADD foo_2 `WRONG_TYPE`")
}

실제 에러는 foo_2의 타입이 잘못 지정된 sql syntax 에러이나
에러로그에서는 foo_1의 duplicate_column_name 이라고 명시되어 있음.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions