This commit is contained in:
Dzejkobik007
2022-10-10 00:18:09 +02:00
parent 6c250ab009
commit 5c35298c7a
3 changed files with 49 additions and 48 deletions

View File

@@ -1,23 +1,24 @@
# Movies - json
## Popis
Struktura souboru json pro import/export z/do database movies
### movie
- movie
- id
- name
- year
- country_id
### country
- country
- id
- name
### movie_has_genre
- movie_has_genre
- movie_id
- genre_id
### genre
- genre
- id
- name

View File

@@ -1,27 +1,27 @@
# Movies - xml
Struktura souboru xml pro import/export z/do database movies
## Popis
### movies
Struktura souboru xml pro import/export z/do database movies
- movies
- movie
- id
- name
- year
- country_id
### countries
- countries
- country
- id
- name
### movies_has_genres
- movies_has_genres
- movie_has_genre
- movie_id
- genre_id
### genres
- genres
- genre
- id
- name

View File

@@ -4,21 +4,21 @@
Struktura souboru yaml pro import/export z/do database movies
### movie
- movie
- id
- name
- year
- country_id
### country
- country
- id
- name
### movie_has_genre
- movie_has_genre
- movie_id
- genre_id
### genre
- genre
- id
- name