A Sakila database model for CoreData, also known as the DVD Rentals database.
Read about it over at MySQL: Sakila Sample Database.
film.description
must be renamed because "description". Now calledfilm.summary
.specialFeatures
is an array, flattened to String using ","create_date
is a SQL DATE (1973-01-31), not a timestamp/Date. Keeping it as one ...
The original Sakila database is licensed under the New BSD license, checkout Sakila License for the fine print.
Brought to you by The Always Right Institute and ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.