Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | final class Version20181110175521 extends AbstractMigration |
||
12 | { |
||
13 | /** |
||
14 | * @throws SchemaException |
||
15 | */ |
||
16 | public function up(Schema $schema): void |
||
17 | { |
||
18 | $this->getUserAgentColumn($schema)->setLength(512); |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * @throws SchemaException |
||
23 | */ |
||
24 | public function down(Schema $schema): void |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @throws SchemaException |
||
31 | */ |
||
32 | private function getUserAgentColumn(Schema $schema): Column |
||
35 | } |
||
36 | } |
||
37 |