Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SchemaComparisonValidationResultType

Package version

Description about the errors happen while performing migration validation

Hierarchy

  • SchemaComparisonValidationResultType

Index

Properties

Optional objectName

objectName: undefined | string

Name of the object that has the difference

Optional objectType

objectType: ObjectType

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

Optional updateAction

updateAction: UpdateActionType

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

Generated using TypeDoc