user_id
Postgres
A.users
’d
No matching tags
No matching tags
No matching tags
No matching tags
No matching tags
Each version of the schema will have a set of views that never change. This way we can perform changes to the underlying table whilst maintaing a stable schema for clients.The reason this technique isn’t commonly referenced might just be that it’s dumb, but that shouldn’t stop us from exploring it!Let’s test this pattern out with a deceptively simple migration: renaming a column.
As said here by