diff --git a/app/Database/migrations/2021_02_10_044305_change_acars_vs_type.php b/app/Database/migrations/2021_02_10_044305_change_acars_vs_type.php new file mode 100644 index 00000000..6816ce8f --- /dev/null +++ b/app/Database/migrations/2021_02_10_044305_change_acars_vs_type.php @@ -0,0 +1,18 @@ +float('vs')->change()->default(0.0)->nullable(); + }); + } +}