Hacker News new | ask | show | jobs
by djmashko2 3927 days ago
As far as I know, this is an issue for every database, no? What are you currently using?
2 comments

Except that in every other database a migration like that changes a column, that's it.

In MongoDB you have to manually walk all your objects and migrate them.

Well, in relational SQL you would just do an ALTER on the column name.