remove avatar from user management
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user