Configure CollectionType View in DB

Hey Folks,

So I created a quite massive Collection-Type with many inputs (mostly integers and strings) and fought my way into core_store to override the “strapi reordering” of my inputs. (I wanted them to be fullWidth and in the order of my *.settings.json-Definition)

However I noticed that running npm run build resets my configuration in the database.

Is this desired behaviour by Strapi?
Is there a way to prevent this or a better way for me to configure the view?

Strapi version 3.6.8

Edit: Sry, should be better placed in Question & Answers.