Where is the artifact for 'configuring model views' located?

I rearranged the fields in my model so that they are in a good order and look good. However i’m not sure where this change exists. I don’t see it in the JSON files and I don’t see it in the database.

I’d appreciate it if someone can point me in the right direction. Thanks.

Hi @ShawnMcCool the views are stored in the database, specifically within the core_store table/collection. We do have CLI commands to dump this table into JSON (and a restore command with different types of patch methods)

See:

Please do be mindful though, this table also stores any secret keys for 3rd party auth providers. If you plan to put this into your source control you will probably want to encrypt it.

Thank you for your time.

I have decided to only modify these features in production and modify table schema in development to avoid the need to sync these configurations.

1 Like

In case anyone stumbles upon this - this are the updated links:
configurationdump
configurationrestore