芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/vendor/laravel/framework/src/Illuminate/Queue/Console/stubs/failed_jobs.stub
id(); $table->string('uuid')->unique(); $table->text('connection'); $table->text('queue'); $table->longText('payload'); $table->longText('exception'); $table->timestamp('failed_at')->useCurrent(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('{{table}}'); } }