mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-02 16:25:36 +02:00
Update authenticationLog migration
This commit is contained in:
parent
94541ac1e6
commit
a3060a9ada
@ -18,7 +18,8 @@ return new class extends Migration
|
|||||||
$table->timestamp('logout_at')->nullable();
|
$table->timestamp('logout_at')->nullable();
|
||||||
$table->boolean('cleared_by_user')->default(false);
|
$table->boolean('cleared_by_user')->default(false);
|
||||||
$table->json('location')->nullable();
|
$table->json('location')->nullable();
|
||||||
$table->string('auth_method', 40)->nullable();
|
$table->string('guard', 40)->nullable();
|
||||||
|
$table->string('login_method', 40)->nullable();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user