You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I think it is OK that removed columns are kept. But they should be changed so that NULL values can be inserted into them. This means that future queries which do not know about those columns can succeed and database will just insert NULL values in their place.
The text was updated successfully, but these errors were encountered:
It would also be useful to rename them, something like _<old name>_<deletion timestamp> so that any query assuming they are still around would start failing (one can detect bugs this way) and that any future column which happens to share the name (when you forget that there was already a column with this name) does not conflict.
So I think it is OK that removed columns are kept. But they should be changed so that NULL values can be inserted into them. This means that future queries which do not know about those columns can succeed and database will just insert NULL values in their place.
The text was updated successfully, but these errors were encountered: