Post
작성된 게시물을 Post 라고합니다.
mulmul 프로젝트에서는 Post는 매물 등록글을 뜻합니다.
Post 모델의 모든 필드값
Key | Description | Type |
---|---|---|
pk | Post가 가지는 고유번호, 생성순서대로 값을 가집니다. | integer |
author | 게시 작성자 | string |
title | 게시물 제목 | string |
photo | 게시물에 업로드한 사진 | file |
content | 게시물 내용 | string |
category | 매물의 카테고리 | string |
trading_type | 거래방식 | string |
post_code | 우편번호 | integer |
road_address | 도로명주소 | string |
detail_address | 상세주소 | string |
like_users | 게시물을 좋아요한 유저들 | |
is_sold | 판매 유무 | boolean |
for_sale | 매물 등록 여부 | boolean |
for_sale_created_date | 매물 등록 시 | datetime |
exchanged_count | 교환 횟수 | integer |
created_date | 게시물 작성 시각 | datetime |
modified_date | 게시물 최종 수정 시각 | datetime |