A database change might seem minor, but adding a new column can shift how an entire system works. It affects query performance, migrations, integrity, and deployment speed. If it’s done without care, it can lock tables, block writes, or stall releases. If it’s done right, it’s seamless—