id | name |
---|---|
1 | Film Festival |
2 | Awards Ceremony |
3 | Documentary Film Festival |
id | name |
---|---|
1 | Greta Gerwig |
2 | Jennifer Lawrence |
3 | Matt Damon |
id | title | release_year | genre_id |
---|---|---|---|
(→ Genres.id) | |||
1 | Titanic | 1997 | 2 |
2 | Inception | 2010 | 3 |
3 | The Matrix | 1999 | 3 |
4 | Avatar | 2009 | 2 |
5 | Interstellar | 2014 | 3 |
6 | Good Will Hunting | 1997 | 8 |
id | type_id | movie_id | participant_id |
---|---|---|---|
(→ EventTypes.id) | (→ Movies.id) | (→ Participants.id) | |
1 | 1 | 1 | 1 |
2 | 1 | 2 | 2 |
3 | 2 | 1 | 1 |
4 | 2 | 4 | 2 |
5 | 3 | 6 | 3 |