| Total Complexity | 2 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class CreateMediaTable extends AbstractMigration |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Change Method. |
||
| 14 | * |
||
| 15 | * Write your reversible migrations using this method. |
||
| 16 | * |
||
| 17 | * More information on writing migrations is available here: |
||
| 18 | * https://book.cakephp.org/phinx/0/en/migrations.html#the-change-method |
||
| 19 | * |
||
| 20 | * Remember to call "create()" or "update()" and NOT "save()" when working |
||
| 21 | * with the Table class. |
||
| 22 | */ |
||
| 23 | public function change(): void |
||
| 50 |