I also use sequel to transfer data from sqlite to postgres, but after transfer, the id column in postgres had int8 type, and when we query data by const data = await strapi.db.query('').findMany(), the id field in output had string type. It is not correct. Did anyone get this problem?