| Total Complexity | 3 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | final class Version20230930102814 extends AbstractMigration |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @noinspection PhpMissingParentCallCommonInspection |
||
| 18 | */ |
||
| 19 | public function getDescription(): string |
||
| 20 | { |
||
| 21 | return 'TODO: Describe reason for this migration'; |
||
| 22 | } |
||
| 23 | |||
| 24 | public function up(Schema $schema): void |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @noinspection PhpMissingParentCallCommonInspection |
||
| 43 | */ |
||
| 44 | public function down(Schema $schema): void |
||
| 61 |