This commit is contained in:
denisdulici
2017-10-21 14:23:57 +03:00
parent 07ef2dad8a
commit 5e7d3392ab
26 changed files with 177 additions and 57 deletions

View File

@@ -18,7 +18,7 @@ class CreateAccountsTable extends Migration
$table->string('name');
$table->string('number');
$table->string('currency_code');
$table->float('opening_balance', 15, 4)->default('0.0000');
$table->double('opening_balance', 15, 4)->default('0.0000');
$table->string('bank_name')->nullable();
$table->string('bank_phone')->nullable();
$table->text('bank_address')->nullable();