Beispiel #1
0
 /**
  * @return array
  */
 public function getUninstallLines()
 {
     $placeholders = $this->getPlaceholders();
     $lines = parent::getUninstallLines();
     $lines[] = 'DROP TABLE ' . $placeholders['{{relation_table}}'] . ';';
     return $lines;
 }