Bookmarks
2016
June
17
How do I alter the position of a column in a PostgreSQL database table?
Jun
17
2016
https://wiki.postgresql.org/wiki/Alter_column_position The three workarounds from this article are: Recreate the table Add columns and move data Hide the differences with a view