Subject | Re: [firebird-support] How to alter the check constraint of a domain definition? |
---|---|
Author | Michael Weissenbacher |
Post date | 2013-01-11T10:24:52Z |
Hi!
Thanks again,
Michael
> ALTER DOMAIN domainname DROP CONSTRAINT;Thank you, that worked perfectly well :-)
> ALTER DOMAIN domainname ADD CONSTRAINT CHECK (...);
> Or use a GUI tool like Database Workbench that does this for you. ;)Good idea generally, but i need to automate this via a script :-)
Thanks again,
Michael