new DataModelMigration()
    Represents a model migration scheme against data adapters
    
    Members
add :Array
    Gets an array that contains the definition of fields that are going to be added
    Type:
- Array
appliesTo
    Gets or sets a string that represents the adapter that is going to be migrated through this operation.
This property cannot be null.
        
            
change :Array
    Gets an array that contains the definition of fields that are going to be changed
    Type:
- Array
description :string
    Gets or sets a string that represents a short description of this migration
    Type:
- string
model
    Gets or sets a string that represents the model that is going to be migrated through this operation.
This property may be null.
        
            
remove :Array
    Gets an array that contains the definition of fields that are going to be deleted
    Type:
- Array
version :string
    Gets or sets a string that contains the internal version of this migration. This property cannot be null.
    Type:
- string