This commit is contained in:
glovetleong
2021-03-12 15:15:29 +08:00
parent d877681bff
commit 4adc4a2b36
6 changed files with 5400 additions and 5621 deletions
@@ -22,6 +22,9 @@ class CreateBanksTable extends Migration
$table->string('bank_name');
$table->string('holder_name');
$table->string('account_no');
$table->string('bank_branch')->nullable();
$table->string('swift')->nullable();
$table->string('snap')->nullable();
$table->integer('type')->default(BankAccountType::EXTERNAL);
$table->integer('default')->default(false);
$table->integer('status')->default(ApprovalStatus::APPROVED);