Change record status: 
Project: 
Introduced in branch: 
9.1.x
Introduced in version: 
9.1.0-alpha1
Description: 

It is now possible to retrieve the name for all the tables in which a field is stored by using a newly added method: TableMappingInterface::getAllFieldTableNames().

This is useful, for example, when you are writing SQL-specific code that needs to interact with the data of all the revisions of an entity field, instead of dealing only with the default revision data.

Impacts: 
Module developers