-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
멤버 토큰 타입 추가 #172
Labels
enhancement
New feature or request
Comments
alter table member_token add member_token_type varchar(20); |
ALTER TABLE |
update member_token |
ALTER TABLE member_token MODIFY member_token_type varchar(20) NOT NULL; |
byeungoo
added a commit
that referenced
this issue
Feb 21, 2022
byeungoo
added a commit
that referenced
this issue
Feb 21, 2022
byeungoo
added a commit
that referenced
this issue
Feb 21, 2022
byeungoo
added a commit
that referenced
this issue
Feb 27, 2022
byeungoo
added a commit
that referenced
this issue
Feb 27, 2022
byeungoo
added a commit
that referenced
this issue
Feb 27, 2022
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
No description provided.
The text was updated successfully, but these errors were encountered: