Problem Solving
[Database] Datagrip 'this view is read-only' 해결
Namani
2023. 6. 7. 00:38
해결 방법
- 문제가 되는 테이블 삭제하고 해당 테이블 다시 생성하기
문제 해결 흐름
컬럼 값을 변경할 게 생겨서 입력했더니`this view is read-only`
라는 오류가 발생했다.
여기서 알려주는대로 다 해봤지만 먹히지 않았다.
그래서 무식하면서도 확실한 방법을 썼다. 삭제하고 다시 생성하기...ㅎㅎ 이 이후부터는 값이 잘 입력 됐다.
더 나은 방법은 없었을지 고민해야할듯
출처
1. https://stackoverflow.com/questions/32709655/datagrip-cannot-apply-changes-this-table-is-read-only-cell-editor-changes-cannohttps://codingdiary99.tistory.com/5