It turns out that I started to make a database model from code first entity framework and I added a table in the database with what I want to bring that change to code first. I know that I can create the class in code first and with the migration update it in the database but, I want to do it from the database to the code first model, which would be the command or the way to execute said execution.