fixing the reason for #589, a typo in the docs :P
This commit is contained in:
parent
c133403670
commit
d60db7a90f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue