lundi 26 juillet 2021

Scenario to handle DB column Change lead to change in other places in entities

I have a scenario where in Database table columns are inline with Web API entities. For example, Employee table column salary has type int and backend entities are also integer. What if we need to change the datatype of column Salary to Double. Do we need to change in the API entities as well which represents DB table structure?

If there any way we can handle this?

Aucun commentaire:

Enregistrer un commentaire