Ejemplo n.º 1
0
 public function createSchema($schema)
 {
     $schema = $this->formatSchema($schema);
     $this->adapter->createSchema($schema);
 }