You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
drizzle-seed should support seeding columns with custom dataypes - in my case, i have a bytea custom datatype (because postgres bytea is not yet natively supported by drizzle).
i had expected that i could just provide a custom refinement function for that column, like this:
Feature hasn't been suggested before.
Describe the enhancement you want to request
drizzle-seed
should support seeding columns with custom dataypes - in my case, i have abytea
custom datatype (because postgresbytea
is not yet natively supported by drizzle).i had expected that i could just provide a custom refinement function for that column, like this:
but that still throws with "Error: column with type bytea is not supported for now."
The text was updated successfully, but these errors were encountered: