mysql - CakePHP SimpleTest enum problem -


cakephp1.3 simpletest can't treat enum type column. how resolve problem.?

notice: schema generation error: invalid column type enum( 

enum not supported cakephp, because works mysql. , cakephp community want simpletest generic system should support major databases systems achieve platform independence.

try switching varchar('10') or tinyint(1) data types , control values in model's $validate


Comments

Popular posts from this blog

400 Bad Request on Apache/PHP AddHandler wrapper -

Add email recipient to all new Trac tickets -

php - Change action and image src url's with jQuery -