Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
14 | public function up() |
||
15 | { |
||
16 | DB::table('skills')->insert([ |
||
17 | ['id' => 71, 'name' => 'cloud_architecture_for_mobile_and_applications', 'skill_type_id'=>2], |
||
18 | ['id' => 72, 'name' => 'cloud_computing_platform_configuration', 'skill_type_id'=>2], |
||
19 | ['id' => 73, 'name' => 'strategy_development', 'skill_type_id'=>2], |
||
20 | ]); |
||
33 |