Exemple #1
0
 /**
  * Drops the specified database table.
  *
  * @param string $tableName Table Name
  * @return void
  */
 public function dropTable($tableName)
 {
     $this->adapter->dropTable($tableName);
 }