Welcome to the Cookbook

loading...

3.7.2.1.1 MySQL

CakePHP Type Field Properties
primary_key NOT NULL auto_increment
string varchar(255)
text text
integer int(11)
float float
datetime datetime
timestamp datetime
time time
date date
binary blob
boolean tinyint(1)

A tinyint(1) field is considered a boolean by CakePHP.