This commit is contained in:
parent
0aac52ef74
commit
f56b11afbd
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class Doctrine_Export extends Doctrine_Connection_Module
|
||||||
|
|
||||||
$name = $this->conn->quoteIdentifier($name, true);
|
$name = $this->conn->quoteIdentifier($name, true);
|
||||||
$query = 'CREATE TABLE ' . $name . ' (' . $queryFields . ')';
|
$query = 'CREATE TABLE ' . $name . ' (' . $queryFields . ')';
|
||||||
print $query."<br \>";
|
|
||||||
return $this->conn->exec($query);
|
return $this->conn->exec($query);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue