
film_id : smallint(5) unsigned
|

title : varchar(255)
|

description : text
|

release_year : year(4)
|

language_id : tinyint(3) unsigned
|

original_language_id : tinyint(3) unsigned
|

rental_duration : tinyint(3) unsigned
|

rental_rate : decimal(4,2)
|

length : smallint(5) unsigned
|

replacement_cost : decimal(5,2)
|

rating : enum('G','PG','PG-13','R','NC-17')
|

special_features : set('Trailers','Commentaries','Deleted Scenes','Behind the Scenes')
|

last_update : timestamp
|