We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fd7ad commit ea63d70Copy full SHA for ea63d70
database/migrations/2019_03_29_163611_add_webauthn.php
@@ -18,7 +18,7 @@ public function up()
18
$table->bigInteger('user_id')->unsigned();
19
20
$table->string('name')->default('key');
21
- $table->string('credentialId', 255);
+ $table->mediumText('credentialId');
22
$table->string('type', 255);
23
$table->text('transports');
24
$table->string('attestationType', 255);
0 commit comments