Example #1
0
 private function createTableCharset(Table $table)
 {
     $tableCharset = $this->createCharset($table->getCharset(), $table->getCollation());
     return $tableCharset ? ' DEFAULT' . $tableCharset : '';
 }