This question is locked. New answers and comments are not allowed.
Hi,
I just wonder how to specify a default value for new attributes added to existing class.
Imagine, a class holding a number and a string (version 1).
In version 2, I want to add a bool value to this class, but I don't want the existing records to be updated with the boolean default value.
I use the VSchema to update my customers databases, so that I don't have to deliver the sql script.
Any idea?
Thanks,
Antoine.
I just wonder how to specify a default value for new attributes added to existing class.
Imagine, a class holding a number and a string (version 1).
In version 2, I want to add a bool value to this class, but I don't want the existing records to be updated with the boolean default value.
I use the VSchema to update my customers databases, so that I don't have to deliver the sql script.
Any idea?
Thanks,
Antoine.