Database Migration for content types view configuration table

Hello Strapi community;

I facing issue that when I change to new environment Development >> Pre-production >> Production which each have different server and database, I have to manually configure the view of the content types each time due to view layout of content types are saved in the database under table name strapi_core_store_settings.

So, I would like to do Migration to this table when changing the environment, Do you any suggestions about this since I am new to Strapi.