From 4eee98d5267b427ab438b39f02bd2a48b8352024 Mon Sep 17 00:00:00 2001 From: zYne Date: Sat, 29 Sep 2007 09:12:01 +0000 Subject: [PATCH] --- lib/Doctrine/Table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Table.php b/lib/Doctrine/Table.php index 6166cbf0b..809bc7365 100644 --- a/lib/Doctrine/Table.php +++ b/lib/Doctrine/Table.php @@ -134,7 +134,7 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable 'sequenceName' => null, 'inheritanceMap' => array(), 'enumMap' => array(), - 'engine' => null, + 'type' => null, 'charset' => null, 'collation' => null, 'treeImpl' => null,