'1', 'nom' => 'Electronique', ], [ 'id' => '2', 'nom' => 'Informatique', ], [ 'id' => '3', 'nom' => 'Instrumentation', ], [ 'id' => '4', 'nom' => 'Logistique', ], [ 'id' => '5', 'nom' => 'Mecanique', ], [ 'id' => '6', 'nom' => 'Optique', ], ]; $table = $this->table('sur_categories'); $table->insert($data)->save(); } }