Version: NextOn this pageSchemaDifference Index PropertieschangedRoutineschangedTableschangedViewsfromSchemanewNamespacesnewNativeEnumsnewRoutinesnewTablesnewViewsorphanedForeignKeysremovedNamespacesremovedNativeEnumsremovedRoutinesremovedTablesremovedViewsProperties changedRoutineschangedRoutines: Dictionary<{ from: SqlRoutineDef; to: SqlRoutineDef }>changedTableschangedTables: Dictionary<TableDifference>changedViewschangedViews: Dictionary<{ from: DatabaseView; to: DatabaseView }>fromSchemafromSchema: DatabaseSchemanewNamespacesnewNamespaces: Set<string>newNativeEnumsnewNativeEnums: { items: string[]; name: string; schema?: string }[]newRoutinesnewRoutines: Dictionary<SqlRoutineDef>newTablesnewTables: Dictionary<DatabaseTable>newViewsnewViews: Dictionary<DatabaseView>orphanedForeignKeysorphanedForeignKeys: ForeignKey[]removedNamespacesremovedNamespaces: Set<string>removedNativeEnumsremovedNativeEnums: { name: string; schema?: string }[]removedRoutinesremovedRoutines: Dictionary<SqlRoutineDef>removedTablesremovedTables: Dictionary<DatabaseTable>removedViewsremovedViews: Dictionary<DatabaseView>