Ok thank you,
So to be clear, if I want my changes to work beyond each upgrade, I need to add a custom file?
As I am on a mac, this would be adding something like:
Doctrine2.custom.skipper.cfg.xml which would be placed in the following folder on mac: /Users/USER/Library/Application Support/Skipper/Configurations/Frameworks
The content would be:
<skipper-configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<orm-configuration>
<data-type name="uuid_binary"/>
</data-types>
</orm-configuration>
</skipper-configuration>
This assumption is based on the idea that the configs are array merged...
NB: I updated this as the previous information was not accurate.