Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

데이터 마이그레이션 작업 #64

Open
4 of 5 tasks
Junobee25 opened this issue Jun 14, 2024 · 0 comments
Open
4 of 5 tasks

데이터 마이그레이션 작업 #64

Junobee25 opened this issue Jun 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Junobee25
Copy link
Member

Junobee25 commented Jun 14, 2024

RDS에 데이터 마이그레이션 하기

  • 사용자
  • 상품(이미지, 옵션)
  • 입찰
  • 거래
  • 리뷰(댓글)

[Detail]

  • Member
    memberNumber 1 : 구매 입찰 등록 + 즉시 구매
    memberNumber 2 : 판매 입찰 등록 + 즉시 판매

  • Product
    상품 100개 (price 속성은 ProductOption 테이블의 lowest_price - 판매자가 등록한 최저 구매가 참조)

  • ProductOption
    상품 사이즈 별 최저 판매가, 최고 구매가 DB

  • ProductImage
    상품 이미지 리스트 저장 DB

  • Bid
    상품 입찰 등록 정보 DB 구매 입찰, 판매 입찰 시 저장 (상품1, 가격, 사이즈, 입찰 타입)

  • Deal
    상품 거래 정보(구매 완료, 판매 완료 시 저장)

  • Review

  • ReviewComment

  • ReviewImage

  • Notifiacation
    알림 정보 저장

@Junobee25 Junobee25 self-assigned this Jun 14, 2024
@Junobee25 Junobee25 converted this from a draft issue Jun 14, 2024
@Junobee25 Junobee25 added the enhancement New feature or request label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅Todo
Development

No branches or pull requests

1 participant