Y
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
X-Istence
3927 days ago
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.
link
diverightin63
3927 days ago
Well, in relational SQL you would just do an ALTER on the column name.
link
In MongoDB you have to manually walk all your objects and migrate them.