When adding a property that would cause a reorg, allow a default value to be defined
I think this would only work for Booleans, but often I add a Boolean field to a persistent class, and more often than not, I want it set to true by default. It would be great if this "default" value could be defined so that when the reorg happened the value was set to true.
This would save me quite a bit of time writing database migration scripts to set the field value.