Pedro Augusto de Paula Barbosa
Pedro Augusto de Paula Barbosa
@aat2703 Every dialect supports transactions in migrations. The only matter here is that they are not set by default.
@iamjochem Ouch, I didn't know that, and [apparently that is true for most dialects (not only MySQL)](https://stackoverflow.com/a/3364466/4135063). Postgres seems to be the only exception... But then it is no longer...
I was very happy to see the invite, @mmkal, thank you very much 😁 > so if you think of another option, you can add here None comes to mind...
> though it presumably would were it truly `toBeAssignableToTypeOf` Why? You mean the fact that excess properties are allowed in object assignments in some cases? To be honest I don't...
Also, by the way, maybe the new `satisfies` keyword from TS 4.9 can help us?
Typo: it's `iife`, not `iffe`
`sudo apt update && sudo apt install wait-for-it` worked for me.
Hello! I noticed you are talking about MySQL 8, but the SSCCE is running against MySQL 5.7. This reminds me that we should have tests running against other versions too....
@msallent > THANK YOU! > > I spent hours trying to find how to omit the through table's attributes entirely while using a mixin and this was exactly what I...
The last one will not be needed once sequelize/sequelize#10441 gets merged