1, 'date' => '2019-03-20 10:07:57', ], [ 'id' => 2, 'date' => '2019-03-20 10:07:57', ], ]; $this->execute('SET unique_checks=0; SET foreign_key_checks=0;'); $this->table('backup') ->insert($data) ->saveData(); $this->execute('SET unique_checks=1; SET foreign_key_checks=1;'); } }