Re: Adding Constraint Hi,
Column level constraints aren't supported by MySQL, yet (at least not
directly), they are supposed to be implemented in MySQL 5.1, as far as I
know.
However, it's possible to use triggers to emulate column level constraints.
Markus |