I\'ve tried the following, but I was unsuccessful:
ALTER TABLE person ALTER COLUMN dob POSITION 37;
There are some workarounds to make it possible:
Recreating the whole table
Create new columns within the current table
Create a view
https://tableplus.com/blog/2018/09/postgresql-is-it-possible-to-alter-column-order-position-in-a-table.html