diff --git a/database/migrations/2023_11_19_232154_metar_fav.php b/database/migrations/2023_11_19_232154_metar_fav.php new file mode 100644 index 0000000..c422c16 --- /dev/null +++ b/database/migrations/2023_11_19_232154_metar_fav.php @@ -0,0 +1,30 @@ +id()->autoIncrement(); + $table->string('id_user'); + $table->string('vid'); + $table->string('icao'); + $table->timestamps(); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + Schema::dropIfExists('metar_fav'); + } +}; diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 428ea90..1e57f71 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -19,6 +19,11 @@ @endauth @include('nav-wellcome')
{{ $whazzup["pilot"] }}
+