|
|
|
|
|
by thesimon
1931 days ago
|
|
> During development you constantly add columns and it's a pain to make sure that this column is added to the sql databases on development, testing, staging, prod etc. With mongo, you just add a column and you are done. I have found liquibase (https://www.liquibase.org/) to be extremely helpful for this. |
|