Actualización de lector con código qr

This commit is contained in:
2026-02-13 17:12:28 -06:00
parent 5fe41a4557
commit d88f33ccf4
14 changed files with 358 additions and 61 deletions
@@ -15,7 +15,10 @@ return new class extends Migration
$table->id();
$table->string('name');
$table->string('razon');
$table->string('ubicacion');
$table->string('ubicacion')->nullable();;
$table->string('nomenclatura')->nullable();
$table->string('latitud')->nullable();
$table->string('longitud')->nullable();
$table->bigInteger('telefono');
$table->boolean('status');
$table->timestamps();