Have the Web app check the database column names when the page is loaded then add the data of the columns that exist and create new columns for the ones that don’t, backfilling with NULLs. This way we retain the records in perpetuity rather than having to make a new db everytime we change something.
Have the Web app check the database column names when the page is loaded then add the data of the columns that exist and create new columns for the ones that don’t, backfilling with NULLs. This way we retain the records in perpetuity rather than having to make a new db everytime we change something.