@mikro-orm/sqlInterfacesVersion: NextOn this pageSchemaDifference Index PropertieschangedTableschangedViewsfromSchemanewNamespacesnewNativeEnumsnewTablesnewViewsorphanedForeignKeysremovedNamespacesremovedNativeEnumsremovedTablesremovedViewsProperties changedTableschangedTables: Dictionary<TableDifference>changedViewschangedViews: Dictionary<{ from: DatabaseView; to: DatabaseView }>fromSchemafromSchema: DatabaseSchemanewNamespacesnewNamespaces: 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>