nikhil
nikhil
DTDrizzle Team
Created by nikhil on 11/29/2023 in #help
Supabase primary key type
@Angelelz once this is done will there be an easy way to migrate to "generated always as identity"? When I migrated to serial, I had to recreate all tables because of the "serial" does not exist error
5 replies
DTDrizzle Team
Created by nikhil on 11/29/2023 in #help
Supabase primary key type
Kind of dissapointed that drizzle doesn't support "generated always as identity" since this is recommended by postgres instead of serial. But I was able to get past this by migrating my primary keys to serial. Got the error: or: type "serial" does not exist but I got around it by recreating my tables in Supabase (export table data as csv and reimported which was kind of annoying).
5 replies
DTDrizzle Team
Created by DYELbrah on 8/14/2023 in #help
table not being camelcased when using joins?
any update on this? encountering the same problem and was wondering if there's a way without specifying in the select()
12 replies