diff --git a/si/movies/json/json.md b/si/movies/json/README.md similarity index 81% rename from si/movies/json/json.md rename to si/movies/json/README.md index 2405437..eac6dc9 100644 --- a/si/movies/json/json.md +++ b/si/movies/json/README.md @@ -1,25 +1,26 @@ # Movies - json + ## Popis Struktura souboru json pro import/export z/do database movies -### movie -- id -- name -- year -- country_id +- movie + - id + - name + - year + - country_id -### country -- id -- name +- country + - id + - name -### movie_has_genre -- movie_id -- genre_id +- movie_has_genre + - movie_id + - genre_id -### genre -- id -- name +- genre + - id + - name ## Rozbor diff --git a/si/movies/xml/xml.md b/si/movies/xml/README.md similarity index 79% rename from si/movies/xml/xml.md rename to si/movies/xml/README.md index 3483098..3f5ec5d 100644 --- a/si/movies/xml/xml.md +++ b/si/movies/xml/README.md @@ -1,30 +1,30 @@ # Movies - xml -Struktura souboru xml pro import/export z/do database movies - ## Popis -### movies -- movie - - id - - name - - year - - country_id +Struktura souboru xml pro import/export z/do database movies -### countries -- country - - id - - name +- movies + - movie + - id + - name + - year + - country_id -### movies_has_genres -- movie_has_genre - - movie_id - - genre_id +- countries + - country + - id + - name -### genres -- genre - - id - - name +- movies_has_genres + - movie_has_genre + - movie_id + - genre_id + +- genres + - genre + - id + - name ## Rozbor diff --git a/si/movies/yaml/yaml.md b/si/movies/yaml/README.md similarity index 73% rename from si/movies/yaml/yaml.md rename to si/movies/yaml/README.md index 4f6c715..0f4355b 100644 --- a/si/movies/yaml/yaml.md +++ b/si/movies/yaml/README.md @@ -4,23 +4,23 @@ Struktura souboru yaml pro import/export z/do database movies -### movie -- id -- name -- year -- country_id +- movie + - id + - name + - year + - country_id -### country -- id -- name +- country + - id + - name -### movie_has_genre -- movie_id -- genre_id +- movie_has_genre + - movie_id + - genre_id -### genre -- id -- name +- genre + - id + - name ## Rozbor