/home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Cache/Console/stubs
Edit: /home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Cache/Console/stubs/cache.stub (644B)
string('key')->primary();
$table->mediumText('value');
$table->integer('expiration');
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::dropIfExists('cache');
}
}