Hi all!
Question 1:
I want to add a new column to a base table, and add that new column to an existing view...
So all selects/updates/deletes translate back to the original table
How can I do that?
VARCHAR(255) or TEXT
nullable
and CRUDs on the view to apply to the table
Thanks