Initial database values for the Stack services
IDM has three
scripts that can be inserted in any order:
idm_role.sql
idm_token_status.sql
idm_user_status.sql
Movies has five
scripts that should be inserted in this order:
movies_genre.sql
movies_person.sql
movies_movie.sql
movies_movie_genre.sql
movies_movie_person.sql
All the data for the database is sourced from TMDb: The Movie Database and has been formatted to conform to our database.
Billing contains only one
script:
billing_movie_price.sql