SchemaComparisonValidationResultType interface

Description about the errors happen while performing migration validation

Properties

objectName

Name of the object that has the difference

objectType

Type of the object that has the difference. e.g (Table/View/StoredProcedure). Possible values include: 'StoredProcedures', 'Table', 'User', 'View', 'Function'

updateAction

Update action type with respect to target. Possible values include: 'DeletedOnTarget', 'ChangedOnTarget', 'AddedOnTarget'

Property Details

objectName

Name of the object that has the difference

objectName?: string

Property Value

string

objectType

Type of the object that has the difference. e.g (Table/View/StoredProcedure). Possible values include: 'StoredProcedures', 'Table', 'User', 'View', 'Function'

objectType?: ObjectType

Property Value

updateAction

Update action type with respect to target. Possible values include: 'DeletedOnTarget', 'ChangedOnTarget', 'AddedOnTarget'

updateAction?: UpdateActionType

Property Value