SchemaComparisonValidationResultTypeResponse

data class SchemaComparisonValidationResultTypeResponse(val objectName: String? = null, val objectType: String? = null, val updateAction: String? = null)

Description about the errors happen while performing migration validation

Constructors

constructor(objectName: String? = null, objectType: String? = null, updateAction: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val objectName: String? = null

Name of the object that has the difference

Link copied to clipboard
val objectType: String? = null

Type of the object that has the difference. e.g (Table/View/StoredProcedure)

Link copied to clipboard
val updateAction: String? = null

Update action type with respect to target