Mails
This commit is contained in:
parent
68b9d1ff88
commit
b9c26d06d0
75 changed files with 2143 additions and 818 deletions
|
|
@ -49,6 +49,7 @@ class CreateBookingTable extends Migration
|
|||
$table->decimal('price', 10, 2)->nullable();
|
||||
$table->decimal('price_canceled', 10, 2)->nullable();
|
||||
$table->decimal('price_total', 10, 2)->nullable();
|
||||
$table->decimal('price_balance', 10, 2)->nullable();
|
||||
$table->decimal('deposit_total', 10, 2)->nullable();
|
||||
$table->decimal('final_payment', 10, 2)->nullable();
|
||||
$table->date('final_payment_date')->nullable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue