| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 53 | public function down() |
||
| 54 | { |
||
| 55 | // Drop tables in reverse order of creation to avoid foreign key constraint issues |
||
| 56 | Schema::dropIfExists('med_entries'); |
||
| 57 | Schema::dropIfExists('med_form_translations'); |
||
| 58 | Schema::dropIfExists('med_forms'); |
||
| 59 | Schema::dropIfExists('formbuilders'); |
||
| 60 | } |
||
| 62 |