Hello experts,

How can we change the table where fields are stored in the database?
I have managed to store a new "third party setting" for every new field in the field storage configuration page. If the field is already used, the storage properties cannot be changed - all good so far.

But, how to modify the default field storage mechanism? I'm sure there must be a hook (or plugin) to be used, but cannot find the proper one...
Preferably, I should only change the mapping properties and let the default SqlContentEntityStorage make the correct actions (but using the new values).

All the examples I found are defining a new entity, or a specific field type. But I want to modify the table where the fields are stored - for any registered field type and normal nodes (not just for custom entities).

Any help would be appreciated.

Thanks,
CosminFr