Skip to content
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

fcm 토큰 테이블 생성 #173

Open
yulhee741 opened this issue Feb 22, 2022 · 0 comments
Open

fcm 토큰 테이블 생성 #173

yulhee741 opened this issue Feb 22, 2022 · 0 comments

Comments

@yulhee741
Copy link
Member

create table fcm_token (
fcm_token_id bigint not null,
reg_time timestamp,
update_time timestamp,
created_by varchar(255),
modified_by varchar(255),
fcm_token varchar(255),
is_use boolean default true,
member_id bigint,
primary key (fcm_token_id)
);

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant