This commit is contained in:
parent
4a379951e6
commit
c06c81dd85
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Entity extends Doctrine_Record {
|
|||
$this->hasColumn('created', 'integer',11);
|
||||
$this->hasColumn('updated', 'integer',11);
|
||||
$this->hasColumn('email_id', 'integer');
|
||||
$this->option('subclasses',array('User','Group'));
|
||||
$this->option('subclasses',array('User','Group'));
|
||||
}
|
||||
}
|
||||
class FieldNameTest extends Doctrine_Record {
|
||||
|
|
Loading…
Add table
Reference in a new issue