Shrink landing rate field size
This commit is contained in:
parent
f8cac4643e
commit
83d17ab2dd
@ -36,7 +36,7 @@ class CreatePirepTables extends Migration
|
|||||||
$table->unsignedDecimal('zfw', 19)->nullable();
|
$table->unsignedDecimal('zfw', 19)->nullable();
|
||||||
$table->unsignedDecimal('block_fuel', 19)->nullable();
|
$table->unsignedDecimal('block_fuel', 19)->nullable();
|
||||||
$table->unsignedDecimal('fuel_used', 19)->nullable();
|
$table->unsignedDecimal('fuel_used', 19)->nullable();
|
||||||
$table->decimal('landing_rate', 19)->nullable();
|
$table->decimal('landing_rate', 8)->nullable();
|
||||||
$table->text('route')->nullable();
|
$table->text('route')->nullable();
|
||||||
$table->text('notes')->nullable();
|
$table->text('notes')->nullable();
|
||||||
$table->unsignedTinyInteger('source')->nullable()->default(0);
|
$table->unsignedTinyInteger('source')->nullable()->default(0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user