We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Room DAO, Entity 등은 테이블명, 컬럼명을 문자열 리터럴로 사용하고 있다.
상수로 정의해 실수를 줄이도록 해야 한다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
문제
Room DAO, Entity 등은 테이블명, 컬럼명을 문자열 리터럴로 사용하고 있다.
해결책
상수로 정의해 실수를 줄이도록 해야 한다.
The text was updated successfully, but these errors were encountered: