string('name')->after('id')->default('key'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('u2f_key', function (Blueprint $table) { $table->dropColumn('name'); }); } }