| 1 | <?php |
||
| 9 | class install_userrecovery_table extends Migration implements MigrationInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Execute actions when migration is up |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | public function up() |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Seed created table via up() method with some data |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | public function seed() {} |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Execute actions when migration is down |
||
| 35 | * @return void |
||
| 36 | */ |
||
| 37 | public function down() |
||
| 41 | } |
||
| 42 | } |