diff --git a/si/movies/xml.md b/si/movies/xml.md index 2b0a3d3..3483098 100644 --- a/si/movies/xml.md +++ b/si/movies/xml.md @@ -1,5 +1,31 @@ # Movies - xml +Struktura souboru xml pro import/export z/do database movies + +## Popis + +### movies +- movie + - id + - name + - year + - country_id + +### countries +- country + - id + - name + +### movies_has_genres +- movie_has_genre + - movie_id + - genre_id + +### genres +- genre + - id + - name + ## Rozbor ```mermaid diff --git a/si/movies/yaml.md b/si/movies/yaml.md index 4e194f4..1f615ad 100644 --- a/si/movies/yaml.md +++ b/si/movies/yaml.md @@ -1,5 +1,25 @@ # Movies - yaml +## Popis + +### movie +- id +- name +- year +- country_id + +### country +- id +- name + +### movie_has_genre +- movie_id +- genre_id + +### genre +- id +- name + ## Rozbor ```mermaid