binary columns in drizzle studio
I have implemented the following custom type for storing blockchain addresses:
It works fine but it looks like this in the studio (see the image):
It is pretty annoying because it is impossible to see or copy any address from the studio, nor use them as filters.
I do not know if there is any better solution at the moment for my problem. I tried to use the built-in binary type but I haven't managed to insert any address with it.
1 Reply
[UPDATE]
I updated bot
drizzle-orm
and drizzle-kit
to the latest available versions (0.28.6 and 0.19.3 respectively) and the problem has disappeared.
You can still not use the filters of studio with these columns but at least the values display as addresses now (using the format I specified in the custom type).