delete(); \DB::table('currencies')->insert(array ( 0 => array ( 'id' => 2, 'name' => 'Croatian Kuna', 'code' => 'HRK', 'symbol' => 'kn', 'format' => '1!0.00 kn', 'exchange_rate' => '7.53450', 'active' => 1, 'created_at' => '2022-08-30 09:57:07', 'updated_at' => '2022-08-30 09:57:07', ), 1 => array ( 'id' => 3, 'name' => 'Euro', 'code' => 'EUR', 'symbol' => '€', 'format' => '1!0,00 €', 'exchange_rate' => '1', 'active' => 1, 'created_at' => '2022-08-30 13:51:00', 'updated_at' => '2022-08-30 13:51:00', ), )); } }