When we add a new variable into the models, we create a new table for the model and
the book says you have to delete all data with run revert -all -yes command, but i do not want to delete all data, i want to add a new table instead of deleting all my data,
@erdmzgr The only other solution you have is to run a migration. That will be covered later in the book though, in the meantime it’s easiest to just follow along and delete all data until you learn how to write migrations.