1, 'proyecto' => 3, 'descripcion' => 'Kms LanPass', 'titulo' => 'Kms LATAM', 'fecha_inicio' => '2016-06-01', ], [ 'id' => 2, 'proyecto' => 1, 'descripcion' => 'Kms LanPass', 'titulo' => 'Kms LATAM', 'fecha_inicio' => '2016-06-01', ], ]; $this->execute('SET unique_checks=0; SET foreign_key_checks=0;'); $this->table('promocion') ->insert($data) ->saveData(); $this->execute('SET unique_checks=1; SET foreign_key_checks=1;'); } }