Option to change the format of the auto generated ID by Strapi in PostgresSQL?

System Information
  • Strapi Version: 4.15.5
  • Operating System: OSX
  • Database: Mongo & Postgres
  • Node Version: 16
  • NPM Version: 9.4
  • Yarn Version:

Hi everyone,

I’m tryin to migrate my old Strapi version 3 project using MongoDB to the V4 Strapi version on PostgreSQL.
The major problem is that in my all tables in mongoDB have ObjectID like _id: ObjectId("24fgfl-243kfdo55-234") and with the new version of strapi and PostgresSQL, the ids in the table are integer like id: 1.

Is there a way to tell to strapi to generate ObjectId in postgresSQL database when the tables are created ?
Or maybe another solution to help my Mongo/PostgresSQL migration ?

Thanks a lot
Jean