@mikro-orm/sqlInterfacesVersion: 7.0On this pageSchemaDifference Index PropertiesfromSchemachangedTableschangedViewsnewNamespacesnewNativeEnumsnewTablesnewViewsorphanedForeignKeysremovedNamespacesremovedNativeEnumsremovedTablesremovedViewsProperties fromSchemafromSchema: DatabaseSchemachangedTableschangedTables: Dictionary<TableDifference>changedViewschangedViews: Dictionary<{ from: DatabaseView; to: DatabaseView }>newNamespacesnewNamespaces: Set<string>newNativeEnumsnewNativeEnums: { items: string[]; name: string; schema?: string }[]newTablesnewTables: Dictionary<DatabaseTable>newViewsnewViews: Dictionary<DatabaseView>orphanedForeignKeysorphanedForeignKeys: ForeignKey[]removedNamespacesremovedNamespaces: Set<string>removedNativeEnumsremovedNativeEnums: { name: string; schema?: string }[]removedTablesremovedTables: Dictionary<DatabaseTable>removedViewsremovedViews: Dictionary<DatabaseView>