Subject | Re: [firebird-support] Changing column default values |
---|---|
Author | Martijn Tonies |
Post date | 2007-06-14T08:07:07Z |
Hi Robert,
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
> current definition of a column is :This cannot be done with standard DDL, you can use Database
>
> ISRANGED VARCHAR(1) DEFAULT 'Y'
>
> how could we change this to
>
> ISRANGED VARCHAR(1) DEFAULT 'N'
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