Hi all, how can I customize the default create_at/updated_at type, change 'timestamp' to 'timestamptz' with postgresql in Strapi V4?

System Information
  • Strapi Version: 4.0.5
  • Operating System: Linux
  • Database: PosgreSQL
  • Node Version: 14.x
  • NPM Version:
  • Yarn Version:

hi all, how can I customize the default create_at/updated_at type, change ‘timestamp’ to ‘timestamptz’ with postgresql in Strapi V4?

did you find solution? I want to change create_at/updated_at to createAt/updatedAt

Finally I write a Knex.js migrate script to solve this issue.