kakao_accounts

KakaoAccount 모델 데이터

카카오 아이디로 가입시 사용자의 카카오 사용자 id 데이터

Column name Type Index Description
id bigint(20) unsigned auto_increment Primary Key
user_id bigint(20) unsigned Unique KakaoAccount belongsTo(User) relation key
카카오 계정이 연관된 사용자 모델 id
kakao_id bigint(20) unsigned Unique Kakao 사용자 id
created_at timestamp nullable
updated_at timestamp nullable