Skip to content
New issue

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

멤버 토큰 타입 추가 #172

Open
byeungoo opened this issue Feb 13, 2022 · 4 comments
Open

멤버 토큰 타입 추가 #172

byeungoo opened this issue Feb 13, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@byeungoo
Copy link
Contributor

No description provided.

@byeungoo byeungoo added the enhancement New feature or request label Feb 13, 2022
@SDB016
Copy link
Member

SDB016 commented Feb 13, 2022

alter table member_token add member_token_type varchar(20);

@yulhee741
Copy link
Member

ALTER TABLE member_token CHANGE refresh_token token varchar(255);

@byeungoo
Copy link
Contributor Author

update member_token
set member_token_type = 'LOGIN_REFRESH'
;

@yulhee741
Copy link
Member

yulhee741 commented Feb 13, 2022

ALTER TABLE member_token MODIFY member_token_type varchar(20) NOT NULL;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants