| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | final class Version20190824075137 extends AbstractMigration |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @throws SchemaException |
||
| 15 | */ |
||
| 16 | public function up(Schema $schema): void |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @throws SchemaException |
||
| 23 | */ |
||
| 24 | public function down(Schema $schema): void |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @throws SchemaException |
||
| 31 | */ |
||
| 32 | private function getRefererColumn(Schema $schema): Column |
||
| 37 |