1 | <?php |
||
14 | class Version0_14_0 extends AbstractMigration implements ContainerAwareInterface |
||
15 | { |
||
16 | use Attribute\Container; |
||
17 | |||
18 | /** |
||
19 | * Up |
||
20 | * |
||
21 | * @param \Doctrine\DBAL\Schema\Schema $schema |
||
22 | */ |
||
23 | public function up(Schema $schema) |
||
38 | |||
39 | /** |
||
40 | * Down |
||
41 | * |
||
42 | * @param \Doctrine\DBAL\Schema\Schema $schema |
||
43 | */ |
||
44 | public function down(Schema $schema) |
||
64 | } |
||
65 |