fix
This commit is contained in:
@@ -5,22 +5,22 @@
|
|||||||
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
|
||||||
|
|
||||||
|
|||||||
@@ -5,26 +5,26 @@
|
|||||||
Struktura souboru xml pro import/export z/do database movies
|
Struktura souboru xml pro import/export z/do database movies
|
||||||
|
|
||||||
### movies
|
### movies
|
||||||
- movie
|
- movie
|
||||||
- id
|
- id
|
||||||
- name
|
- name
|
||||||
- year
|
- year
|
||||||
- country_id
|
- country_id
|
||||||
|
|
||||||
### countries
|
### countries
|
||||||
- country
|
- country
|
||||||
- id
|
- id
|
||||||
- name
|
- name
|
||||||
|
|
||||||
### movies_has_genres
|
### movies_has_genres
|
||||||
- movie_has_genre
|
- movie_has_genre
|
||||||
- movie_id
|
- movie_id
|
||||||
- genre_id
|
- genre_id
|
||||||
|
|
||||||
### genres
|
### genres
|
||||||
- genre
|
- genre
|
||||||
- id
|
- id
|
||||||
- name
|
- name
|
||||||
|
|
||||||
## Rozbor
|
## Rozbor
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user