Hi! This can be a simple question. I have my tables set up and my models generated. Now I think I need a few more columns. What is the best way to make my model class reflect the new columns in my table? Should I delete the model class and regenerate it or there is a more elegant way to do that? Thanks in advance.