Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Fixes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGhostHunter committed Nov 1, 2021
1 parent c95df0a commit 12e1b05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function up()
$table->string('name')->nullable();
$table->string('type', 16);
$table->json('transports');
$table->json('attestation_type');
$table->string('attestation_type');
$table->json('trust_path');
$table->uuid('aaguid');
$table->binary('public_key');
Expand Down

0 comments on commit 12e1b05

Please sign in to comment.