Thank you for the response @tomhollander .

That’s right, I’m using the UUID type exported as part of the bson package. This one in concrete.

Yes, I used the Single Inherited Key strategy but I had the problematic of using string instead of BinData. The reason is that I have already data with that schema and supporting both cases (BinData and String) won’t make sense.

I think that it will be super that Relational Migrator to support the different BSON types and then we are able to make the migration as specific as possible.

For now, I’m continuing the migration by making it manual (scripts) as the data volume isn’t that much. But I think it will be a nice product enhancement as I can imagine that any big migration (either volume size or table complexity) will require this feature.

Strange that this didn’t pop-up earlier tho :confused: