mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-24 05:51:48 +02:00
Increase id column length of webauthn credential - Fix #166
This commit is contained in:
parent
0a8807d87a
commit
ffdd82504a
@ -65,7 +65,7 @@ return new class extends Migration {
|
|||||||
*/
|
*/
|
||||||
protected static function defaultBlueprint(Blueprint $table): void
|
protected static function defaultBlueprint(Blueprint $table): void
|
||||||
{
|
{
|
||||||
$table->string('id')->primary();
|
$table->string('id', 510)->primary();
|
||||||
|
|
||||||
$table->morphs('authenticatable', 'webauthn_user_index');
|
$table->morphs('authenticatable', 'webauthn_user_index');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user