Method MigrateStructureTypeAsync(long, string, string, bool)

Assembly: redb.Core.dll

Migrate data when changing structure type (e.g. String -> Long).
Moves data from old type column to new type column.

Task<TypeMigrationResult> MigrateStructureTypeAsync(long structureId, string oldTypeName, string newTypeName, bool dryRun = false)