Skip to content

Instantly share code, notes, and snippets.

@ludekstepan
ludekstepan / MigrationExample.php
Created September 20, 2012 11:19
Example of container aware migration
<?php
namespace Application\Migrations;
use Doctrine\DBAL\Migrations\AbstractMigration,
Doctrine\DBAL\Schema\Schema;
class Version20120920130854 extends AbstractMigration
{
public function up(Schema $schema)