1, 'proyecto' => 2, 'tipo' => 1, 'valor' => '45687.8', ], [ 'id' => 2, 'proyecto' => 2, 'tipo' => 2, 'valor' => 131573, ], [ 'id' => 3, 'proyecto' => 2, 'tipo' => 3, 'valor' => '16753.8', ], [ 'id' => 4, 'proyecto' => 2, 'tipo' => 4, 'valor' => '11287.6', ], ]; $this->execute('SET unique_checks=0; SET foreign_key_checks=0;'); $this->table('costo') ->insert($data) ->saveData(); $this->execute('SET unique_checks=1; SET foreign_key_checks=1;'); } }