My stream of consciousness being a programmer.

Wednesday, May 9, 2012

No CHECK Constraint in MYSQL

It looks like MYSQL doesn’t really validate for check constraint. I checked for mysql manual and noticed its true. Copied the following section from MySQL manual. (http://dev.mysql.com/doc/refman/5.5/en/alter-table.html) The CHECK clause is parsed but ignored by all storage engines. See Section...

09 May 2012

Popular Posts

Powered by Blogger.