Just go to Package Manage Console, type the following:
Enable-Migrations
*If the error like this appears "Unable to update database to match the current model because there are pending changes and automatic migration is disabled. Either write the pending model changes to a code-based migration or enable automatic migration."
Do this >>> Add-Migration
*Visual studio will ask for a name, kindly input the name you want.
Update-Database