fix
This commit is contained in:
@@ -1,25 +1,26 @@
|
|||||||
# Movies - json
|
# Movies - json
|
||||||
|
|
||||||
## Popis
|
## Popis
|
||||||
|
|
||||||
Struktura souboru json pro import/export z/do database movies
|
Struktura souboru json pro import/export z/do database movies
|
||||||
|
|
||||||
### movie
|
- movie
|
||||||
- id
|
- id
|
||||||
- name
|
- name
|
||||||
- year
|
- year
|
||||||
- country_id
|
- country_id
|
||||||
|
|
||||||
### country
|
- country
|
||||||
- id
|
- id
|
||||||
- name
|
- name
|
||||||
|
|
||||||
### movie_has_genre
|
- movie_has_genre
|
||||||
- movie_id
|
- movie_id
|
||||||
- genre_id
|
- genre_id
|
||||||
|
|
||||||
### genre
|
- genre
|
||||||
- id
|
- id
|
||||||
- name
|
- name
|
||||||
|
|
||||||
## Rozbor
|
## Rozbor
|
||||||
|
|
||||||
@@ -1,30 +1,30 @@
|
|||||||
# Movies - xml
|
# Movies - xml
|
||||||
|
|
||||||
Struktura souboru xml pro import/export z/do database movies
|
|
||||||
|
|
||||||
## Popis
|
## Popis
|
||||||
|
|
||||||
### movies
|
Struktura souboru xml pro import/export z/do database movies
|
||||||
- movie
|
|
||||||
- id
|
|
||||||
- name
|
|
||||||
- year
|
|
||||||
- country_id
|
|
||||||
|
|
||||||
### countries
|
- movies
|
||||||
- country
|
- movie
|
||||||
- id
|
- id
|
||||||
- name
|
- name
|
||||||
|
- year
|
||||||
|
- country_id
|
||||||
|
|
||||||
### movies_has_genres
|
- countries
|
||||||
- movie_has_genre
|
- country
|
||||||
- movie_id
|
- id
|
||||||
- genre_id
|
- name
|
||||||
|
|
||||||
### genres
|
- movies_has_genres
|
||||||
- genre
|
- movie_has_genre
|
||||||
- id
|
- movie_id
|
||||||
- name
|
- genre_id
|
||||||
|
|
||||||
|
- genres
|
||||||
|
- genre
|
||||||
|
- id
|
||||||
|
- name
|
||||||
|
|
||||||
## Rozbor
|
## Rozbor
|
||||||
|
|
||||||
@@ -4,23 +4,23 @@
|
|||||||
|
|
||||||
Struktura souboru yaml pro import/export z/do database movies
|
Struktura souboru yaml pro import/export z/do database movies
|
||||||
|
|
||||||
### movie
|
- movie
|
||||||
- id
|
- id
|
||||||
- name
|
- name
|
||||||
- year
|
- year
|
||||||
- country_id
|
- country_id
|
||||||
|
|
||||||
### country
|
- country
|
||||||
- id
|
- id
|
||||||
- name
|
- name
|
||||||
|
|
||||||
### movie_has_genre
|
- movie_has_genre
|
||||||
- movie_id
|
- movie_id
|
||||||
- genre_id
|
- genre_id
|
||||||
|
|
||||||
### genre
|
- genre
|
||||||
- id
|
- id
|
||||||
- name
|
- name
|
||||||
|
|
||||||
## Rozbor
|
## Rozbor
|
||||||
|
|
||||||
Reference in New Issue
Block a user