stramel
stramel
DTDrizzle Team
Created by eatmoose on 6/2/2023 in #help
Auto update timestamp fields
It may not be supported by some db providers such as planetscale
17 replies
DTDrizzle Team
Created by eatmoose on 6/2/2023 in #help
Auto update timestamp fields
you can add the .onUpdateNow() call to it. I'm doing something similar:
modifiedAt: timestamp('modified_at').defaultNow().onUpdateNow(),
modifiedAt: timestamp('modified_at').defaultNow().onUpdateNow(),
17 replies
DTDrizzle Team
Created by stramel on 6/13/2023 in #help
Schema not added to FK constraints
11 replies
DTDrizzle Team
Created by stramel on 6/13/2023 in #help
Schema not added to FK constraints
Should I log a bug for MySQL or does one exist?
11 replies
DTDrizzle Team
Created by stramel on 6/13/2023 in #help
Schema not added to FK constraints
whomp whomp whomp 🙃 Thank you for the confirmation!
11 replies
DTDrizzle Team
Created by stramel on 6/13/2023 in #help
Schema not added to FK constraints
Yes, tried multiple times without success. I can try to create a minimal reproduction
11 replies