diff --git a/lib/Phactory/Sql/Blueprint.php b/lib/Phactory/Sql/Blueprint.php index 7da5de5..987d68b 100644 --- a/lib/Phactory/Sql/Blueprint.php +++ b/lib/Phactory/Sql/Blueprint.php @@ -132,7 +132,7 @@ public function recall() { $db_util->disableForeignKeys(); try { - $sql = "DELETE FROM {$this->_table->getName()}"; + $sql = "DELETE FROM `{$this->_table->getName()}`"; $this->_phactory->getConnection()->exec($sql); } catch(Exception $e) { }