Have you ever tried to set a greater than 1 integer in a tinyint(1) field with CakePHP ?
Impossible !
CakePHP handles tinyint(1) like boolean ! So, use tinyint(1) fields only for boolean with CakePHP !
I'm a backend web developer, mainly developing upon Symfony framework. This is the place where I share my development tools and tricks.
No comments :
Post a Comment
Comments are moderated before being published.