Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class Version20250129120000 extends AbstractMigrationChamilo |
||
13 | { |
||
14 | public function getDescription(): string |
||
15 | { |
||
16 | return 'Remove registration_date from user table and migrate data to created_at'; |
||
17 | } |
||
18 | |||
19 | public function up(Schema $schema): void |
||
24 | } |
||
25 | |||
26 | public function down(Schema $schema): void |
||
31 | } |
||
32 | } |
||
33 |