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
멤버 이름의 길이가 8로 수정된 것을 반영합니다. 다만 한글 8자는 길 것 같으므로 8바이트를 맥스로 합니다.
따라서 한글은 최대 4자(8바이트), 영어 등의 문자는 최대 8자(8바이트)로 진행될 것 같아요.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
📄 설명
멤버 이름의 길이가 8로 수정된 것을 반영합니다.
다만 한글 8자는 길 것 같으므로 8바이트를 맥스로 합니다.
따라서 한글은 최대 4자(8바이트), 영어 등의 문자는 최대 8자(8바이트)로 진행될 것 같아요.
The text was updated successfully, but these errors were encountered: