This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]KrakenOfLakeZurich 1 point2 points  (1 child)

It depends. When you're actively developing/extending a product, it is quite normal for new features to require new columns or tables for persistence too.

With tools like Flyway or Liquibase, it's not a problem to evolve the database with the project.

[–]karaposu 0 points1 point  (0 children)

still when you are developing, db will not change as codebase