We are adding the content types but its getting removed after pod restart

System Information
  • Strapi Version: v4.13.7
  • Operating System: centons7 x86_64
  • Database: postgres
  • Node Version: v18.18.1
  • NPM Version: 6.0.0
  • Yarn Version:

We are adding content types but its getting removed after pod restart. I want to where does content type gets stored? Is it stored on pod file system in types directory or is it stored in postgres database. If it gets stored on pod filesystem is there any way we can store it in database or we can persist it so that whenever pod gets restart we should not lose out content type data. If we can store this data on database please let me know the configuration.