We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 알림 정보 저장
The text was updated successfully, but these errors were encountered:
Junobee25
No branches or pull requests
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
알림 정보 저장
The text was updated successfully, but these errors were encountered: