This commit is contained in:
parent
dd2fbded0b
commit
b2f255669b
1 changed files with 13 additions and 13 deletions
|
@ -141,19 +141,19 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
|
||||||
* -- versioning
|
* -- versioning
|
||||||
*/
|
*/
|
||||||
protected $options = array('name' => null,
|
protected $options = array('name' => null,
|
||||||
'tableName' => null,
|
'tableName' => null,
|
||||||
'sequenceName' => null,
|
'sequenceName' => null,
|
||||||
'inheritanceMap' => array(),
|
'inheritanceMap' => array(),
|
||||||
'enumMap' => array(),
|
'enumMap' => array(),
|
||||||
'engine' => null,
|
'engine' => null,
|
||||||
'charset' => null,
|
'charset' => null,
|
||||||
'collation' => null,
|
'collation' => null,
|
||||||
'treeImpl' => null,
|
'treeImpl' => null,
|
||||||
'treeOptions' => null,
|
'treeOptions' => null,
|
||||||
'indexes' => array(),
|
'indexes' => array(),
|
||||||
'parents' => array(),
|
'parents' => array(),
|
||||||
'versioning' => null,
|
'versioning' => null,
|
||||||
);
|
);
|
||||||
/**
|
/**
|
||||||
* @var Doctrine_Tree $tree tree object associated with this table
|
* @var Doctrine_Tree $tree tree object associated with this table
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue