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