Total Complexity | 1 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
10 | final class TransactionsAmountField 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 |
||
32 |