Alter PostgreSQL Table on ObjectRocket
Introduction When you create a table in PostgreSQL, its initial definition doesn’t need to be set in stone. You can make a variety of changes to the table’s structure: adding columns, removing columns, changing a column’s data type and much more. In this article, we’ll show you how to alter a PostgreSQL table on ObjectRocket … Continued