pvman
Explore posts from serversDTDrizzle Team
•Created by pvman on 6/2/2024 in #help
Reusable pgTable column helper - losing type : [x: string] instead of user_id
Thanks a bunch!!! Works perfectly.
6 replies
DTDrizzle Team
•Created by pvman on 6/2/2024 in #help
Reusable pgTable column helper - losing type : [x: string] instead of user_id
When I use a var :
char(name...)
I have a return type of <PgCharBuilderInitial<string ...
and if I use directly char("user_id")
, I get the correct one : <PgCharBuilderInitial<"user_id" ...
6 replies