Is the blob type supported for MySQL?
Hi, I'm wondering if the blob type for MySQL is currently supported in drizzle? If not, I was wondering if there are plans to support or if there are workarounds. Thanks.
const blob = customType({
dataType() {
return "blob"
},
})