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
기존에 공지의 고유 id값은 String 문자열 스타일 ex) a123b32 학과 홈페이지 개편 후 의 id값은 숫자값으로만 생성되고있다. 이를 int형으로 바꿔보자!
The text was updated successfully, but these errors were encountered:
특정 카테고리는 아직도 id값이 숫자가 아닌 UUID와 같이 문자열이 혼합된 형태라....좀더 지켜봐야 할 것 같다.
Sorry, something went wrong.
No branches or pull requests
변경할 점
기존에 공지의 고유 id값은 String 문자열 스타일 ex) a123b32
학과 홈페이지 개편 후 의 id값은 숫자값으로만 생성되고있다. 이를 int형으로 바꿔보자!
The text was updated successfully, but these errors were encountered: