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)

updateAction

Update action type with respect to target

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)

objectType?: string

Property Value

string

updateAction

Update action type with respect to target

updateAction?: string

Property Value

string