芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/public_html/database/migrations/2014_10_12_100000_create_password_resets_table.php
string('email')->index(); $table->string('token'); $table->timestamp('created_at')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('password_resets'); } }