Subject Re: [firebird-support] Changing column default values
Author Martijn Tonies
Hi Robert,

> current definition of a column is :
>
> ISRANGED VARCHAR(1) DEFAULT 'Y'
>
> how could we change this to
>
> ISRANGED VARCHAR(1) DEFAULT 'N'

This cannot be done with standard DDL, you can use Database
Workbench to do it though :-)


Alternatively, create a domain with the new default and
use that for the new datatype.

Martijn Tonies
Database Workbench - development tool for Firebird and more!
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com