Update 2024_04_02_173942_create_authentication_log_table.php
This commit is contained in:
parent
333a59ecd0
commit
59804f63ed
1 changed files with 5 additions and 0 deletions
|
@ -20,4 +20,9 @@ return new class extends Migration
|
|||
$table->json('location')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists(config('authentication-log.table_name'));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue