Mehrere Tickets 49, 50, 51, 52, 53
This commit is contained in:
parent
ae70577289
commit
e3495be8b8
61 changed files with 1904 additions and 344 deletions
|
|
@ -18,7 +18,9 @@ class CreateAirlinesTable extends Migration
|
|||
$table->string('name', 255);
|
||||
$table->string('name_full', 255);
|
||||
$table->text('contact_emails')->nullable();
|
||||
|
||||
$table->text('flight_info')->nullable();
|
||||
$table->text('check_in')->nullable();
|
||||
$table->text('baggage')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue