| Total Complexity | 7 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class Version20200101040000 extends AbstractMigrationChamilo |
||
| 13 | { |
||
| 14 | public function getDescription(): string |
||
| 15 | { |
||
| 16 | return 'Add require_unique boolean field to c_attendance (default false).'; |
||
| 17 | } |
||
| 18 | |||
| 19 | public function up(Schema $schema): void |
||
| 29 | } |
||
| 30 | |||
| 31 | public function down(Schema $schema): void |
||
| 38 | } |
||
| 39 | } |
||
| 40 |