Subject Re: [ib-support] Removing Default Values
Author Dimitry Sibiryakov
> Is it possible to remove a default value from a column definition?

At first: every column is based on a domain. If you don't specify domain,
server will create one automatically.
Returning back to your question: find out column's domain name and use
ALTER DOMAIN DROP DEFAULT.

--
SY, Dimitry Sibiryakov