SchemaComparisonValidationResult interface
원본과 대상 간의 스키마 비교 결과
속성
schema |
원본 데이터베이스와 대상 데이터베이스 간의 스키마 차이점 목록 |
source |
원본 데이터베이스 개체 수 |
target |
대상 데이터베이스 개체 수 |
validation |
스키마 비교 유효성 검사를 수행하는 동안 발생한 오류 목록 |
속성 세부 정보
schemaDifferences
원본 데이터베이스와 대상 데이터베이스 간의 스키마 차이점 목록
schemaDifferences?: SchemaComparisonValidationResultType
속성 값
sourceDatabaseObjectCount
원본 데이터베이스 개체 수
sourceDatabaseObjectCount?: {[propertyName: string]: number}
속성 값
{[propertyName: string]: number}
targetDatabaseObjectCount
대상 데이터베이스 개체 수
targetDatabaseObjectCount?: {[propertyName: string]: number}
속성 값
{[propertyName: string]: number}