프로젝트
/
Database
/
유저 관련 테이블 목록
/
user_notice
/
columns in user_notice table
Search
Share
columns in user_notice table
컬럼명
Data type
Not Null
default
설명
키 여부
참조 테이블 & 컬럼
id
Open
bigint(20)
True
PK
study_id
Open
bigint(20)
True
알림 뜬 글 pk
FK
study.id
https://www.notion.so/dongyeon1201/user_id-6900596438ee42118623824b2553a265
sender_id
Open
bigint(20)
True
댓글 또는 참가신청한 사람 pk
FK
user.id
https://dongyeon1201.notion.site/dongyeon1201/id-6c11fd0a865f4a9b93558d48a4e818ae
receiver_id
Open
bigint(20)
True
알림받는 회원 pk
FK
user.id
https://dongyeon1201.notion.site/dongyeon1201/id-6c11fd0a865f4a9b93558d48a4e818ae
is_comment
Open
bool
True
0 : 참가신청 1 : 댓글
message
Open
text
True
알림내용
create_date
Open
date
False
now time
알림 발생 시간
url
Open
text
True
알림 대상 링크
ischeck
Open
bool
False
false
확인 여부
COUNT
9