This commit is contained in:
parent
4a379951e6
commit
c06c81dd85
@ -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…
x
Reference in New Issue
Block a user