Skip to content

Instantly share code, notes, and snippets.

View lyaohe's full-sized avatar

Dorsey Kersch lyaohe

View GitHub Profile
@lyaohe
lyaohe / Version20121011141021.php
Created August 31, 2016 13:44 — forked from ziadoz/Version20121011141021.php
Doctrine DBAL and Migrations Example
<?php
/*
* /path/to/migrations/directory/Version20121011141021.php
*/
namespace ExampleMigrations;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
class Version20121011141021 extends AbstractMigration