Upload Files Booking, Mails, Attachments,

This commit is contained in:
Kevin Adametz 2020-04-17 15:51:22 +02:00
parent 5daea268f7
commit 68b9d1ff88
92 changed files with 2837 additions and 1778 deletions

View file

@ -58,9 +58,14 @@ class CreateBookingTable extends Migration
$table->unsignedBigInteger('airline_id')->nullable();
$table->tinyInteger('refund')->nullable()->default(0);
$table->date('refund_date')->nullable();
$table->date('lawyer_date')->nullable();
$table->tinyInteger('hold')->nullable()->default(0);
$table->tinyInteger('xx_tkt')->nullable()->default(0);
$table->date('xx_tkt_date')->nullable();
$table->string('filekey', 255)->nullable();
$table->tinyInteger('is_rail_fly')->nullable()->default(0);
$table->text('notice')->nullable();
$table->dateTime('updated_at');
$table->dateTime('created_at');