Actualización de lector con código qr
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user