Skip to content

Commit

Permalink
ER 図を修正。
Browse files Browse the repository at this point in the history
customer_id を持つ場所が間違っていたので修正。
(Lending -> LendingSet へ移動)
  • Loading branch information
mikoto2000 committed Sep 7, 2024
1 parent d61008d commit 42bf057
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions doc/diagram/ER.puml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,18 @@ package "貸出管理" {
* id
--
* lending_set_id (FK: LendingSet(id))
* customer_id (FK: Customer(id))
* book_stock_id (FK: BookStock(id))
}

entity LendingSet {
* id
--
* customer_id (FK: Customer(id))
* LendingSetStatus (FK: LendingStatus(id))
* lend_start_date
* return_deadline_date
return_date
return_date
memo
}

entity LendingStatus {
Expand Down
Loading

0 comments on commit 42bf057

Please sign in to comment.