Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class Version20250115122844_Anomaly_Children extends AbstractMigration |
||
11 | { |
||
12 | public function getDescription(): string |
||
13 | { |
||
14 | return 'Introduce anomaly parent-children references.'; |
||
15 | } |
||
16 | |||
17 | public function up(Schema $schema): void |
||
22 | } |
||
23 | |||
24 | public function down(Schema $schema): void |
||
31 |