fixing the reason for #589, a typo in the docs :P
This commit is contained in:
parent
c133403670
commit
d60db7a90f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user