Currently I'm using CreateIfNoSchemaStrategy and it seems to work quite well for the database platforms I'm targeting.
My question is, is there any way or examples somewhere to update the schema if it's different? For example, if the map contains an additional field, table or index I would like Cayenne to be able to create the field, table or index to match what is in the map. This would occur on startup for example during a product update. --Steve
