1 | <?php |
||
23 | class Version20170808221437 implements ISchemaMigration { |
||
24 | /** |
||
25 | * @param Schema $schema |
||
26 | * @param array $options |
||
27 | * |
||
28 | * @return void |
||
29 | * @throws \Doctrine\DBAL\DBALException |
||
30 | * @throws \Doctrine\DBAL\Schema\SchemaException |
||
31 | */ |
||
32 | public function changeSchema(Schema $schema, array $options) { |
||
47 | } |
||
48 |