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
The text was updated successfully, but these errors were encountered:
Table Receipt { id Long [pk] schedules_id Long [ref: > Schedule.id] store_name varchar store_type varchar total_price double purchase_date varchar receipt_img varchar created_at timestamp updated_at timestamp }
Table ReceiptDetail { id Long [pk] receipt_id Long [ref: > Receipt.id] item varchar count int item_price double created_at timestamp updated_at timestamp }
Sorry, something went wrong.
DB receipt 이전에 사용하던 컬럼 지윤이랑 충돌해서 계속 안쓰는 title, price가 생성되므로 머지이후 수정할것
Dayon-Hong
Successfully merging a pull request may close this issue.
📋 이슈 내용
✅ 체크리스트
📍 레퍼런스
The text was updated successfully, but these errors were encountered: