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