1
0
mirror of synced 2025-01-29 19:41:45 +03:00

fixing the reason for #589, a typo in the docs :P

This commit is contained in:
meus 2007-11-09 01:40:33 +00:00
parent c133403670
commit d60db7a90f

View File

@ -48,7 +48,7 @@ class File extends Doctrine_Record
{
$this->hasColumn('id', 'integer', 4, array('notnull' => true,
'primary' => true,
'unsigned' > true,
'unsigned' => true,
'autoincrement' => true));
$this->hasColumn('name', 'string', 150);
$this->hasColumn('size', 'integer', 8);