It seems like the database services do not refresh with the latest modifications that I make to the database; for example adding a new column. It seems that I need to re-create the service in order to see the updates (i.e. addition of new column) to the database. But, if I need to re-create the service that means deleting all of my work and starting over again. Is there an easier and more efficient way to update database services after changes are made to the database?
Thanks