It would be helpful to have the option to set up a custom data type.
For example, when the database has a BLOB that contains a binary representation of the UUIDv7, it will be useful to have a possibility to set:
->setupResult('setType', 'id', static fn(string $value) => Ramsey\Uuid\Uuid::fromBytes($value));
It would be helpful to have the option to set up a custom data type.
For example, when the database has a BLOB that contains a binary representation of the UUIDv7, it will be useful to have a possibility to set: