string('secret_key')->default("")->comment('找回账号的秘钥'); $table->string('secret_pass')->default("")->comment('查看秘钥的密码'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } };