diff --git a/database/migrations/2021_04_09_193702_update_paramedic_add_bank.php b/database/migrations/2021_04_09_193702_update_paramedic_add_bank.php new file mode 100644 index 0000000..378fc16 --- /dev/null +++ b/database/migrations/2021_04_09_193702_update_paramedic_add_bank.php @@ -0,0 +1,31 @@ +string("bank")->nullable(); + $table->string("account")->nullable(); + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}