芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/sommatv/vendor/illuminate/cache/Console/stubs/cache.stub
string('key')->unique(); $table->text('value'); $table->integer('expiration'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('cache'); } }