View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 08:12 AM
Markus Popp
 
Posts: n/a
Default 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


Reply With Quote