This commit is contained in:
parent
f43ab79a40
commit
9eeebfd815
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue