The test was failing because in case you have a custom schema, you need to use `payload.db.pgSchema.table` instead of `pgTable` to define a table
The test was failing because in case you have a custom schema, you need to use `payload.db.pgSchema.table` instead of `pgTable` to define a table