diff --git a/database/migrations/2022_07_09_235510_add_index_to_payment_hash.php b/database/migrations/2022_07_09_235510_add_index_to_payment_hash.php new file mode 100644 index 000000000000..37c475e383a4 --- /dev/null +++ b/database/migrations/2022_07_09_235510_add_index_to_payment_hash.php @@ -0,0 +1,29 @@ +string('hash', 255)->index()->change(); + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + } +}