diff --git a/database/migrations/2021_06_24_095942_payments_table_currency_nullable.php b/database/migrations/2021_06_24_095942_payments_table_currency_nullable.php new file mode 100644 index 000000000000..02381a29c181 --- /dev/null +++ b/database/migrations/2021_06_24_095942_payments_table_currency_nullable.php @@ -0,0 +1,32 @@ +unsignedInteger('exchange_currency_id')->nullable()->change(); + + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}