numeric as number instead of a string
In a table I have
Now while I know that internally the DB treats
Is there a way for drizzle do those conversions and the type being
numerals: numeric().array().notNull()Now while I know that internally the DB treats
numeric as strings, on the TS side of things I would rather deal with it as a numberIs there a way for drizzle do those conversions and the type being
number[] instead of string[]?