| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 10 | final class Version20240816121145_DatabaseEntry extends AbstractMigration |
||
| 11 | { |
||
| 12 | public function getDescription(): string |
||
| 13 | { |
||
| 14 | return 'Add database entry foreign keys and indices'; |
||
| 15 | } |
||
| 16 | |||
| 17 | public function up(Schema $schema): void |
||
| 25 | } |
||
| 26 | |||
| 27 | public function down(Schema $schema): void |
||
| 33 | } |
||
| 34 | } |
||
| 35 |