Edit the code of the created file and add the fields we need.
To get advantage from the ORM feature let’s create also the model for our fileentries.
Before implementing the controller and the view, to get an idea of what we need is better to define the routes needed. We need basically 2 route, one for adding file entries, one for download it. We are going to add a third route to have an index page with a form and where we will display our files.