From: Martijn Tonies Date: February 26 2007 11:11am Subject: Re: using contraints on Mysql List-Archive: http://lists.mysql.com/mysql/205232 Message-Id: <00fd01c75996$e3b98060$9902a8c0@martijnws> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hi, > I'm looking for using FIELD CONSTRAINTS on Mysql but I canīt find it ... Doesnīt Mysql implement it?? > > For example: > age int > 0 MySQL doesn't support declarative CHECK CONSTRAINTs, you could use triggers as a workaround. Martijn Tonies Database Workbench - development tool for MySQL, 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