docs(content-ranking): 랭킹 스냅샷 DDL을 갱신한다

This commit is contained in:
2026-06-24 16:31:06 +09:00
parent cd43b40e44
commit 6fabcca03f

View File

@@ -18,7 +18,7 @@ create table content_ranking_snapshot (
creator_nickname varchar(100) not null comment '스냅샷 생성 시점 크리에이터 닉네임',
cover_image_url varchar(500) null comment '스냅샷 생성 시점 콘텐츠 커버 이미지 URL',
release_date timestamp not null comment '콘텐츠 공개 시각',
is_adult boolean not null comment '스냅샷 생성 시점 성인 콘텐츠 여부',
is_adult tinyint(1) not null default 0 comment '스냅샷 생성 시점 성인 콘텐츠 여부',
rank_no int not null comment '스냅샷 생성 시점 순위',
final_score double not null comment '최종 랭킹 점수 또는 정렬 지표',
normalized_score double null comment '유료/무료 그룹 정규화 점수',