Adding a new column sounds simple. It is not. Done wrong, it locks tables, blocks writes, and wakes you in the night. Done right, it runs in seconds, ships safely, and avoids downtime.
A new column in a relational database changes the schema. Whether you use PostgreSQL, MySQL, or MariaDB,