Adding a new column is one of the most common operations in database schema changes. Done right, it's fast, safe, and clear. Done wrong, it stalls deploys, locks rows, and creates hidden bugs. Whether you use SQL, NoSQL, or a hybrid, the principles are the same—define the column, set