PostgreSQL Default Column Value

Hello. I am currently creating a new table in a PostrgeSQL database. There is the option to set a default value for columns, is it possible to use some code in there?
1 Reply
root
root2y ago
You should be able to use normal SQL expressions in there, I think.