Total Complexity | 4 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class Version20200106215144 extends AbstractMigration |
||
13 | { |
||
14 | private const COLUMNS = ['latitude', 'longitude']; |
||
15 | |||
16 | /** |
||
17 | * @throws DBALException |
||
18 | */ |
||
19 | public function up(Schema $schema): void |
||
25 | } |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @throws DBALException |
||
30 | */ |
||
31 | public function down(Schema $schema): void |
||
42 |