Is there a way to update a column to the default value given during creation. I need to do this inside a function, and was wondering if there was a way to do this in such a way that i don't have to change my code in case the default value changes later.
I am using Postgres v11