Query table not updated automatically after adding formula columns

Query table not updated automatically after adding formula columns

Hi, if I create and save a query table of this type:

SELECT *
FROM TABLE1, TABLE2, …
WHERE (any condition)

And later modify the source tables (TABLE1, …)  adding formula columns, these new columns will not be added to the original query table result.

I hope this can be improved on the future, since now apparently it is required to generate a new query table for any change (adding new columns, etc.) that is done on the source tables.