Invalid type inference when using helpers
im using helpers for primaryKey and current timestamp
schema.ts
i exported the types from my
column.helper.tsschema.ts
i exported the types from my
packages/db which has correct types. however the query i return, returns type any for the fields where i used the helpers. if i switch back to normally typing the column type instead of a helper it gives correct types
