/home/desid573/book.familycab.com.au/pdd/lib/Cake/Test/Fixture
Edit: /home/desid573/book.familycab.com.au/pdd/lib/Cake/Test/Fixture/DatatypeFixture.php (1459B)
array('type' => 'integer', 'null' => false, 'default' => 0, 'key' => 'primary'),
'float_field' => array('type' => 'float', 'length' => '5,2', 'null' => false, 'default' => null),
'decimal_field' => array('type' => 'decimal', 'length' => '6,3', 'default' => '0.000'),
'huge_int' => array('type' => 'biginteger'),
'bool' => array('type' => 'boolean', 'null' => false, 'default' => false),
);
/**
* Records property
*
* @var array
*/
public $records = array(
array('id' => 1, 'float_field' => 42.23, 'huge_int' => '1234567891234567891', 'bool' => 0),
);
}