コード例 #1
0
ファイル: Table.php プロジェクト: prooph/link-sql-connector
 public static function rename(\Doctrine\DBAL\Schema\Table $table, $newName)
 {
     $table->_setName($newName);
 }