Beispiel #1
0
 /**
  * Create table.
  */
 protected function createSchema()
 {
     $this->logger()->debug("Creating new table {table}.", ['table' => $this->getName(true)]);
     $this->commander->createTable($this);
 }