Skip to main content
Version: 6.2

SchemaDifference

Index

Properties

changedTables

changedTables: Dictionary<TableDifference>

fromSchema

fromSchema: DatabaseSchema

newNamespaces

newNamespaces: Set<string>

newNativeEnums

newNativeEnums: { items: string[]; name: string; schema?: string }[]

newTables

newTables: Dictionary<DatabaseTable>

orphanedForeignKeys

orphanedForeignKeys: ForeignKey[]

removedNamespaces

removedNamespaces: Set<string>

removedNativeEnums

removedNativeEnums: { name: string; schema?: string }[]

removedTables

removedTables: Dictionary<DatabaseTable>