First time when you add view to your table, view keeps the columns given from table and when you add a new row, you must alter your view just to see a new column in your view.
alter view your_view_name as select * from your_table