string('key')->unique(); $table->text('value'); $table->integer('expiration'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('cache'); } }