se anexa token de api de google maps para rastreo de ubicaciones

This commit is contained in:
2026-02-28 10:23:56 -06:00
parent 4c87f86c89
commit 68d32dbd88
14 changed files with 259 additions and 45 deletions
@@ -6,20 +6,16 @@ use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::create('incidencias', function (Blueprint $table) {
$table->id();
$table->string('user_id');
$table->dateTime('dia');
$table->string('description');
});
}
/**
* Reverse the migrations.
*/
public function down(): void
{
Schema::dropIfExists('incidencias');