Commit 9eeebfd8 authored by zYne's avatar zYne

--no commit message

--no commit message
parent f43ab79a
...@@ -180,7 +180,7 @@ class Doctrine_Export_Sqlite extends Doctrine_Export ...@@ -180,7 +180,7 @@ class Doctrine_Export_Sqlite extends Doctrine_Export
} }
$name = $this->conn->quoteIdentifier($name, true); $name = $this->conn->quoteIdentifier($name, true);
$sql = 'CREATE TABLE ' . $name . ' (' . $queryFields . ')'; $sql = 'CREATE TABLE ' . $name . ' (' . $queryFields;
if ($check = $this->getCheckDeclaration($fields)) { if ($check = $this->getCheckDeclaration($fields)) {
$sql .= ', ' . $check; $sql .= ', ' . $check;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment