30.08.2022 | Hans-Jürgen SchönigPostgreSQL: ALTER TABLE … ADD COLUMN … done right
Running ALTER TABLE … ADD COLUMN can have side effects which have the potential to cause serious issues in production. Changing data structures is an important issue and happens often, therefore it’s important to understand what is really going on. Let’s dive in and see how to run ALTER TABLE … ADD COLUMN in a […]
Read more