| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | public function up() |
||
| 15 | { |
||
| 16 | DB::table('applicant_profile_questions')->insert([ |
||
| 17 | ['id' => 1, 'name' => 'career_journey'], |
||
| 18 | ['id' => 2, 'name' => 'learning_journey'], |
||
| 19 | ['id' => 3, 'name' => 'bring_to_team'], |
||
| 20 | ['id' => 4, 'name' => 'work_best_when'], |
||
| 21 | ['id' => 5, 'name' => 'learn_best_when'], |
||
| 22 | ['id' => 6, 'name' => 'types_of_teams'], |
||
| 23 | ]); |
||
| 36 |