fixed admin route prefix problem and invalid validations

This commit is contained in:
Nabeel Shahzad
2017-06-11 15:37:57 -05:00
parent 8e6313492b
commit 38d8371e0b
13 changed files with 98 additions and 59 deletions

View File

@@ -12,7 +12,6 @@ class CreateAircraftsTable extends Migration
$table->integer('aircraft_class_id')->unsigned()->nullable();
$table->string('icao');
$table->string('name');
$table->string('full_name')->nullable();
$table->string('registration')->nullable();
$table->string('tail_number')->nullable();
$table->string('cargo_capacity')->nullable();