arxpoetica
arxpoetica
DTDrizzle Team
Created by DYELbrah on 8/19/2023 in #help
date column not being returned as string by drizzle
I ended up doing:
date: sql`to_char(${transactions.date}, 'YYYY-MM-DD')`,
date: sql`to_char(${transactions.date}, 'YYYY-MM-DD')`,
9 replies
DTDrizzle Team
Created by DYELbrah on 8/19/2023 in #help
date column not being returned as string by drizzle
9 replies
DTDrizzle Team
Created by DYELbrah on 8/19/2023 in #help
date column not being returned as string by drizzle
Hey, still true? Right now I'm using
date: date('date', { mode: 'string' }),
date: date('date', { mode: 'string' }),
And the queried results are returned as date: 2023-11-10T00:00:00.000Z
9 replies
DTDrizzle Team
Created by arxpoetica on 11/4/2023 in #help
`drizzle-kit --custom` is not giving me a blank migration file
Yeah, it's not doing it, though I haven't tried since the 4th. I'll check it out and if it's still doing it, report it
4 replies