Skip to content
Snippets Groups Projects
Commit 8d882ec3 authored by Lukáš Kratochvíl's avatar Lukáš Kratochvíl
Browse files

fix: updated diagrams so it corresponds to the actual implementation

parent e6c6b887
No related branches found
No related tags found
No related merge requests found
backend/diagrams/movie_database.png

17.3 KiB | W: | H:

backend/diagrams/movie_database.png

15.8 KiB | W: | H:

backend/diagrams/movie_database.png
backend/diagrams/movie_database.png
backend/diagrams/movie_database.png
backend/diagrams/movie_database.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -2,13 +2,12 @@
entity Movie {
* id <<UUID>>
* id_director <<UUID>>
---
* name: String
* originalName: String
* intro: String
* picture: String
* published: Date
picture: String
* publishedAt: Number
* runTimeMinutes: Number
}
......@@ -20,8 +19,6 @@ entity Category {
entity MovieCategory {
* id <<UUID>>
* id_movie <<UUID>>
* id_category <<UUID>>
---
}
......@@ -30,7 +27,7 @@ entity Director {
---
* name: String
* surname: String
* birthDate: Date
birthDate: Date
}
Movie }|...|| Director
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment