Currently creating my PostgreSQL tables through Postico, and I came across this field for when creating new columns. It is called DEFAULT
and its default value is no default
. You can select constant
, expression
, and sequence
as options, though.
What exactly do these mean?