/home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Cache/Console/stubs
NameSizeModeActions
cache.stub6440644editdlrm
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'); } }