Example #1
0
 public static function rename(\Doctrine\DBAL\Schema\Table $table, $newName)
 {
     $table->_setName($newName);
 }