peachneo
peachneo
Explore posts from servers
DTDrizzle Team
Created by peachneo on 9/29/2023 in #help
Many-to-many relation "where" only allows selection of pk fields
No description
1 replies
DTDrizzle Team
Created by peachneo on 9/28/2023 in #help
UpdatedAt column - Postgres
What's the best practice way to achieve a standard "updatedAt" column with the pg wrapper? I've seen mysql has timestamp('updated_at').defaultNow().onUpdateNow().notNull() However onUpdateNow() doesn't appear to be there for pg.
3 replies