diff --git a/database/migrations/2021_09_23_100629_add_currencies.php b/database/migrations/2021_09_23_100629_add_currencies.php index 1648db78b1d0..9cb74a1af2e6 100644 --- a/database/migrations/2021_09_23_100629_add_currencies.php +++ b/database/migrations/2021_09_23_100629_add_currencies.php @@ -23,6 +23,19 @@ class AddCurrencies extends Migration */ public function down() { - // + + $currencies = [ + ['id' => 105, 'name' => 'Ethiopian Birr', 'code' => 'ETB', 'symbol' => '', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'], + + ]; + } } + + +// Gambia Dalasi (GMD) +// Paraguayan Guarani (PYG) +// Malawi Kwacha (MWK) +// Zimbabwean Dollar (ZWL) +// Cambodian Riel (KHR) +// Vanuatu Vatu (VUV) \ No newline at end of file