From 4cd49d03ca2fe57a50fbce4500665258b810da11 Mon Sep 17 00:00:00 2001 From: weizong song Date: Fri, 9 Apr 2021 19:41:41 +0800 Subject: [PATCH] up --- ...04_09_193702_update_paramedic_add_bank.php | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 database/migrations/2021_04_09_193702_update_paramedic_add_bank.php 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() + { + // + } +}