Stop Table from Syncing when Content-Type Builder updates

I have a table that I add columns to that are not part of the content type schema definition. Every time I make an update in the content type builder and restart it resets my table columns to just those defined in the schema. The columns are based on a file upload csv so I cant hard code the schema.

Is there a way to stop this behavior?

This topic has been created from a Discord post (1215441663053529109) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Nope strapi will delete anyting in its database it does not know.

So you would have to put it in a secondary db

bummer. Thanks!