buckwheat
Explore posts from serversDTDrizzle Team
•Created by buckwheat on 9/2/2024 in #help
Timeout while migration
Its not that connection error and all app is running file but when i run migration its not migrated in the db and it gets timeout, am using postgresql
1 replies
DTDrizzle Team
•Created by buckwheat on 8/20/2024 in #help
Disable selection in table creation
i have column in ai_model table named api_key , i do not want that in any response and want only when I actually select for it
like in typeorm
@CreateDateColumn({ select: false, type: 'timestamp' })
createdAt: Date;
how can I handle this in drizzle
3 replies