Skip to main content

Schema Evolution

Schema Evolution

The %Storage.Persistent storage class supports automatic schema evolution.

When you compile a persistent (or serial) class that uses the default %Storage.Persistent storage class, the class compiler analyzes the properties defined by the class and automatically adds or removes them.

FeedbackOpens in a new tab