andreas_444
andreas_444
DTDrizzle Team
Created by andreas_444 on 1/30/2025 in #help
Timestamp mode as date while drizzle-kit pull
Is it possible to specify the timestamp mode while pull command?
// I need so
createdAt: timestamp("created_at", {
mode: 'date',
}).defaultNow(),
// By default this
createdAt: timestamp("created_at", {
mode: 'string',
}).defaultNow(),
// I need so
createdAt: timestamp("created_at", {
mode: 'date',
}).defaultNow(),
// By default this
createdAt: timestamp("created_at", {
mode: 'string',
}).defaultNow(),
4 replies
DTDrizzle Team
Created by andreas_444 on 4/4/2024 in #help
Object literal may only specify known properties, and photo does not exist in type
No description
17 replies
DTDrizzle Team
Created by andreas_444 on 3/20/2024 in #help
Nested object in select query?
No description
11 replies