SchemaComparisonValidationResultType interface
Description about the errors happen while performing migration validation
Properties
object |
Name of the object that has the difference |
object |
Type of the object that has the difference. e.g (Table/View/StoredProcedure). Possible values include: 'StoredProcedures', 'Table', 'User', 'View', 'Function' |
update |
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