| Total Complexity | 3 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class install_user_table extends Migration implements MigrationInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Execute actions when migration is up |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | public function up() |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Seed created table via up() method with some data |
||
| 31 | * @return void |
||
| 32 | */ |
||
| 33 | public function seed() |
||
| 35 | |||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Execute actions when migration is down |
||
| 40 | * @return void |
||
| 41 | */ |
||
| 42 | public function down() |
||
| 46 | } |
||
| 47 | } |