I create a view for example
CREATE VIEW testView AS SELECT * FROM tbEjemplo;
Then I add a new field to table tbEjemplo and I cannot see that