id(); $table->string('category')->unique(); $table->string('key'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('apikeys'); } };