| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class Version20220324162224 extends AbstractMigration |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @noinspection PhpMissingParentCallCommonInspection |
||
| 16 | */ |
||
| 17 | public function getDescription(): string |
||
| 18 | { |
||
| 19 | return 'Added username column to log_login table, so that after user deletion there is reference to the user.'; |
||
| 20 | } |
||
| 21 | |||
| 22 | public function up(Schema $schema): void |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @noinspection PhpMissingParentCallCommonInspection |
||
| 29 | */ |
||
| 30 | public function down(Schema $schema): void |
||
| 35 |