I know that most changes to the an AM model are implemented as non-destructive additions to the data model. However, what happens when we need to change the data type of an existing attribute? For example, the need to expand the Name field from varchar(50) to varchar(100).
How does AM handle this? Is the solution similar to forum post "changing cardinality in an operational model"? And are all the relationships properly recreated?
AM makes the statement that all previous versions of the model exist as a subset of the current model. Does a change like this invalidate the previous versions of the model?
Thanks again!
Chris