``` pgp().pg.types.setTypeParser(20, parseInt); ``` this code will result in wrong detection of already applied migrations. The reason, i guess, is that id column has `BigInt` type, and gets affected by this
this code will result in wrong detection of already applied migrations.
The reason, i guess, is that id column has
BigInttype, and gets affected by this