remove avatar from user management

This commit is contained in:
2025-07-21 09:05:51 +03:30
parent 68a5df0d2c
commit e0ff2fa9ca
6 changed files with 7 additions and 10 deletions

View File

@@ -16,6 +16,8 @@ return new class extends Migration
$table->string('name');
$table->double('lat');
$table->double('lon');
$table->string('ip');
$table->string('camera_ip');
$table->timestamps();
});
}