fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user