Beispiel #1
0
 /**
  * @return string[]
  */
 protected function getDropTableStatements()
 {
     $sql = 'DROP TABLE ' . ($this->preventErrors ? ' IF EXISTS' : '') . ' ' . $this->conn->quoteIdentifier($this->tableName);
     return array($sql);
 }