Newly added fields are not updated in database table?

Hello,
I want to extend the functionality of IdentityUser class in asp.net core so i extend this class into newly created class and added 2 fields city and zip-code which i needed in my project. But after doing migration the fields are not added in respective table in asp.net core?